From 6e6666ad93e0ccbb2fa3294f094bc03693d486ec Mon Sep 17 00:00:00 2001 From: June Gardner Date: Tue, 26 Aug 2025 19:25:52 -0700 Subject: [PATCH] More header/navigation styling. --- theme/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 { -- 2.39.5