diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 15:40:43 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 15:41:16 +0200 |
| commit | 681cac28a0e0e35c324051c7a324460eb1cf9f71 (patch) | |
| tree | 8a922c01770b56cb73b9582a508fd3ae7f2a186a | |
| parent | 1022090af4268a8e01d984c8365b7bf85e89ee28 (diff) | |
Aligned nav items to center to stop it from clipping off screen
| -rw-r--r-- | src/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css index d0b6fce..c5e3b4d 100644 --- a/src/style.css +++ b/src/style.css @@ -19,6 +19,7 @@ body { nav { display: flex; justify-content: space-between; + align-items: center; padding: 1rem 2rem; position: fixed; width: 100%; |
