From: June Gardner Date: Wed, 27 Aug 2025 02:25:52 +0000 (-0700) Subject: More header/navigation styling. X-Git-Url: https://where.june.codes/?a=commitdiff_plain;h=6e6666ad93e0ccbb2fa3294f094bc03693d486ec;p=june.codes More header/navigation styling. --- diff --git a/theme/styles.css b/theme/styles.css index 678c69d..f689752 100644 --- a/theme/styles.css +++ b/theme/styles.css @@ -81,13 +81,15 @@ header { display: flex; flex-direction: row; align-content: center; - justify-content: space-evenly; + justify-content: space-around; flex-wrap: wrap; gap: 0.5rem; } header > p { margin: 0; + width: fit-content; + text-align: center; } header > a {