header size refinement

This commit is contained in:
NNWHEN 2025-01-20 11:27:02 +02:00
parent f94191d1bc
commit c0a1b0a04f

View file

@ -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;