diff --git a/static/style.css b/static/style.css index 310745d..13cb7a0 100644 --- a/static/style.css +++ b/static/style.css @@ -144,12 +144,16 @@ code { max-width: 1000px; } -nav ul { +#navbar ul li:last-child { + margin-left: auto; +} +#navbar ul { list-style: none; display: flex; gap: 20px; margin: 0; padding: 0; + width: 100%; } @keyframes nameShadow { diff --git a/templates/base.html b/templates/base.html index afffce0..335132b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,7 +12,7 @@