From edcd5a4a0a3fdb32bc6b198f01b0b10b099f8047 Mon Sep 17 00:00:00 2001 From: n loewen Date: Thu, 21 Sep 2023 16:00:43 -0700 Subject: [PATCH] Change to tighten up spacing of links in nav, and use CSS to define that spacing instead of HTML --- index.html | 6 +++--- style.css | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 9035354..3e396be 100644 --- a/index.html +++ b/index.html @@ -43,9 +43,9 @@ diff --git a/style.css b/style.css index 4599a00..6bb6a59 100644 --- a/style.css +++ b/style.css @@ -107,6 +107,7 @@ h1 { margin-left: -0.25ch; border-left: 0.25ch solid rgba(0,0,0,0); border-right: 0.25ch solid rgba(0,0,0,0); + margin-right: 0.75ch; } .navigation a:visited {