From 9831a34a6cc963a99d1b0518e968ce4323de4eb9 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 6 Dec 2025 20:54:14 +0200 Subject: [PATCH] Wrap logo in div not H1 --- static/sass/style.css | 1 - static/sass/style.scss | 2 +- templates/base.html | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/static/sass/style.css b/static/sass/style.css index d66c03a58..20247d15f 100644 --- a/static/sass/style.css +++ b/static/sass/style.css @@ -1078,7 +1078,6 @@ h2.not-column { text-align: center; padding: .75em 1em; } -/*h1*/ .site-headline { color: white; margin: 0.15em auto 0.2em; } diff --git a/static/sass/style.scss b/static/sass/style.scss index 5988b00d1..063516029 100644 --- a/static/sass/style.scss +++ b/static/sass/style.scss @@ -411,7 +411,7 @@ h2.not-column { } } -/*h1*/ .site-headline { +.site-headline { color: $white; margin: 0.15em auto 0.2em; diff --git a/templates/base.html b/templates/base.html index 04e0c4036..23abe2008 100644 --- a/templates/base.html +++ b/templates/base.html @@ -194,9 +194,9 @@