From 59b14a842cefd4f761a03432c2fb36452932cf07 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Sun, 28 Dec 2025 11:56:30 -0800 Subject: [PATCH] more consistent nav structure --- 2025/solstice/index.html | 1 + css/nav.css | 6 ++++-- directory/index.html | 1 + index.html | 3 ++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/2025/solstice/index.html b/2025/solstice/index.html index feb337d..14d7878 100644 --- a/2025/solstice/index.html +++ b/2025/solstice/index.html @@ -25,6 +25,7 @@
Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme diff --git a/css/nav.css b/css/nav.css index c03798b..da97e4b 100644 --- a/css/nav.css +++ b/css/nav.css @@ -1,6 +1,8 @@ /* top nav */ nav { margin: 0 auto 1.5rem; + display: flex; + justify-content: space-between; } nav a { @@ -17,8 +19,8 @@ nav a { } } -nav:has(#directory-link) { - text-align: right; +#current-page { + visibility: hidden; } header img { diff --git a/directory/index.html b/directory/index.html index 0ddc24c..8d99eb8 100644 --- a/directory/index.html +++ b/directory/index.html @@ -26,6 +26,7 @@
Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme diff --git a/index.html b/index.html index 760d225..660762f 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,8 @@