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 @@