diff --git a/src/components/Nav.svelte b/src/components/Nav.svelte index 5f5eae7..41ba2af 100644 --- a/src/components/Nav.svelte +++ b/src/components/Nav.svelte @@ -17,26 +17,24 @@ }
-
-
+ +
\ No newline at end of file diff --git a/static/css/global.css b/static/css/global.css index 400b2d9..7545434 100755 --- a/static/css/global.css +++ b/static/css/global.css @@ -44,6 +44,11 @@ hr { background-color: var(--line-color); } +nav { + max-width: 1200px; + margin: 0 auto; +} + li a:hover { border-bottom: 3px solid var(--line-color); text-decoration: none;