From 775e1c5a33806c2837e0d7483ef182f79259ade3 Mon Sep 17 00:00:00 2001 From: June Gardner Date: Tue, 26 Aug 2025 18:56:09 -0700 Subject: [PATCH] Fixing a typo, adding a gap, adding code links. --- theme/main.html | 1 + theme/styles.css | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 { -- 2.39.5