From: June Gardner Date: Wed, 27 Aug 2025 01:56:09 +0000 (-0700) Subject: Fixing a typo, adding a gap, adding code links. X-Git-Url: https://where.june.codes/?a=commitdiff_plain;h=775e1c5a33806c2837e0d7483ef182f79259ade3;p=june.codes Fixing a typo, adding a gap, adding code links. --- diff --git a/theme/main.html b/theme/main.html index bf4976e..6f7e206 100644 --- a/theme/main.html +++ b/theme/main.html @@ -17,6 +17,7 @@ diff --git a/theme/styles.css b/theme/styles.css index 0106c8f..dcacb8c 100644 --- a/theme/styles.css +++ b/theme/styles.css @@ -124,9 +124,11 @@ a:hover { text-decoration: none; } -nav: { +nav { display: flex; flex-direction: row; + gap: 1rem; + flex-wrap: wrap; } p, ul {