Skip to content

Commit

Permalink
Update responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
MrArnaudMichel committed Apr 20, 2024
1 parent f2fe0b3 commit d83fae5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link href="/favicon.ico" rel="icon"/><meta content="width=device-width,initial-scale=1" name="viewport"/><meta content="#000000" name="theme-color"/><meta content="Web site created using create-react-app" name="description"/><link href="/logo192.png" rel="apple-touch-icon"/><link href="/manifest.json" rel="manifest"/><title>Arnaud Michel Portfolio</title><script defer="defer" src="/static/js/main.574d02ec.js"></script><link href="/static/css/main.48000364.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<link href="/favicon.ico" rel="icon"/>
<meta content="width=device-width,initial-scale=1" name="viewport"/>
<meta content="#000000" name="theme-color"/>
<meta content="Web site created using create-react-app" name="description"/>
<link href="/logo192.png" rel="apple-touch-icon"/>
<link href="/manifest.json" rel="manifest"/>
<title>Arnaud Michel Portfolio</title>
<script defer="defer" src="/static/js/main.574d02ec.js"></script>
<link href="/static/css/main.48000364.css" rel="stylesheet">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
2 changes: 1 addition & 1 deletion src/components/layoutComponents/css/NavigationBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ nav {

@media screen and (max-width: 768px) {
.navbar {
width: 90%;
width: 100%;
}

.sc-dmyCSP {
Expand Down

0 comments on commit d83fae5

Please sign in to comment.