]> where.june.codes Git - june.codes/commitdiff
More header/navigation styling.
authorJune Gardner <june@june.codes>
Wed, 27 Aug 2025 02:25:52 +0000 (19:25 -0700)
committerJune Gardner <june@june.codes>
Wed, 27 Aug 2025 02:25:52 +0000 (19:25 -0700)
theme/styles.css

index 678c69da5d01fbc1cdb84019852b9d789c067a90..f6897526f2571495af415fc2f215203bdb1d2f29 100644 (file)
@@ -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 {