From b6ec20845df0945003c8955de97fc0105d7e8aeb Mon Sep 17 00:00:00 2001 From: Holger Weiß Date: Thu, 2 Jul 2026 17:27:50 +0200 Subject: Hide copyright notice from footer on mobile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wrap the "Copyright © YYYY-YYYY" text in its own span and hide it below the existing 45em mobile breakpoint, keeping the team/impressum links visible to save vertical space on small screens. --- web/input/resources/plugins.css | 6 ++++++ web/page.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/web/input/resources/plugins.css b/web/input/resources/plugins.css index 50be892..ad32981 100644 --- a/web/input/resources/plugins.css +++ b/web/input/resources/plugins.css @@ -321,6 +321,12 @@ p#news-footer { font-size: small; } +@media (max-width: 45em) { + div#footer span#copyright { + display: none; + } +} + /* * Nginx Fancy Index. */ diff --git a/web/page.html b/web/page.html index d654d06..2eeefcb 100644 --- a/web/page.html +++ b/web/page.html @@ -42,7 +42,7 @@
{{ __content__ }}
-