From 87440a83345db2970c4175a9d4902b8cd8035c79 Mon Sep 17 00:00:00 2001 From: Alina Marquardt Date: Tue, 13 May 2025 18:02:00 +0200 Subject: [PATCH] responsiveness fixes --- public_html/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public_html/style.css b/public_html/style.css index 4c12169..994f0ef 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -634,7 +634,8 @@ a { } .contentitem header { - height: 60px; + height: 3rem; + margin-bottom: 1rem; padding: 0 0 0 1.25rem; position: relative; } @@ -833,7 +834,8 @@ article.album a:hover { #wrapper { margin: 1em auto; - max-width: 500px; + max-width: 550px; + padding: 0 1em; } #background_wrap {