better layout for smaller screens

This commit is contained in:
nnwhen 2025-03-21 11:00:12 +02:00
parent f0dc8d1543
commit d914ef1b72

View file

@ -141,11 +141,11 @@ button:hover {
/* Banner */ /* Banner */
header { header {
position: relative; position: relative;
margin-top: 24px; margin-top: 18px;
} }
#header-img-group-banner img { #header-img-group-banner img {
width: 100%; width: 100%;
height: 90px; height: 70px;
-o-object-fit: cover; -o-object-fit: cover;
object-fit: cover; object-fit: cover;
@ -158,8 +158,8 @@ header {
right: 0; right: 0;
margin: auto; margin: auto;
height: 140px; height: 130px;
width: 160px; width: 150px;
-o-object-fit: contain; -o-object-fit: contain;
object-fit: contain; object-fit: contain;
@ -306,7 +306,7 @@ header {
height: 50px; height: 50px;
} }
#header-img-group-logo img { #header-img-group-logo img {
height: 80px; height: 60px;
width: 100px; width: 100px;
} }