From c0a1b0a04fa1553664318e60096c2a1d50c29e98076d7f739127309d1a210403 Mon Sep 17 00:00:00 2001 From: NNWHEN Date: Mon, 20 Jan 2025 11:27:02 +0200 Subject: [PATCH] header size refinement --- style.css | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index 50418a8..00d1d89 100644 --- a/style.css +++ b/style.css @@ -132,18 +132,16 @@ a:hover { /* Banner */ header { position: relative; - margin: 32px 0 40px 0; + margin: 18px 0 40px 0; } - #header-img-group-banner img { width: 100%; - height: 100px; + height: 90px; -o-object-fit: cover; object-fit: cover; } - #header-img-group-logo img { position: absolute; top: 0; @@ -152,8 +150,8 @@ header { right: 0; margin: auto; - height: 170px; - width: 200px; + height: 160px; + width: 180px; -o-object-fit: contain; object-fit: contain; @@ -287,6 +285,17 @@ header nav li:not(#here) a:hover { bottom: -50px; } + header { + margin: 18px 0 80px 0; + } + #header-img-group-banner img { + height: 50px; + } + #header-img-group-logo img { + height: 100px; + width: 120px; + } + #whitespace, #arrow { display: none;