From 62463c2f6194bf009e4bffa37a80556e4c591ee3 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 21 Feb 2026 23:00:52 -0500 Subject: [PATCH] source --- static/style.css | 6 +++++- templates/base.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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 @@