From d914ef1b722e2284dce8f0644efe757b39b2914833d04503a6bc481fff1c47eb Mon Sep 17 00:00:00 2001 From: nnwhen Date: Fri, 21 Mar 2025 11:00:12 +0200 Subject: [PATCH] better layout for smaller screens --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index e3de278..2895424 100644 --- a/style.css +++ b/style.css @@ -141,11 +141,11 @@ button:hover { /* Banner */ header { position: relative; - margin-top: 24px; + margin-top: 18px; } #header-img-group-banner img { width: 100%; - height: 90px; + height: 70px; -o-object-fit: cover; object-fit: cover; @@ -158,8 +158,8 @@ header { right: 0; margin: auto; - height: 140px; - width: 160px; + height: 130px; + width: 150px; -o-object-fit: contain; object-fit: contain; @@ -306,7 +306,7 @@ header { height: 50px; } #header-img-group-logo img { - height: 80px; + height: 60px; width: 100px; }