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 */
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;
}