header final finish

This commit is contained in:
2026-08-16 21:59:21 +02:00
parent 0c66fe88cd
commit 17e7cc4ec8
+5 -2
View File
@@ -97,9 +97,11 @@ strong { color:#BBCCEE; background-color:#334444; font-weight:normal;}
} }
.mobile-logo { .mobile-logo {
display: block; display: block;
width: 100%; width: calc(100% - 40px);
max-width: 400px;
height: auto; height: auto;
margin: 0; margin: 20px auto 0 auto;
border: 1px solid #000;
} }
.mobile-nav-row { .mobile-nav-row {
display: flex !important; display: flex !important;
@@ -112,6 +114,7 @@ strong { color:#BBCCEE; background-color:#334444; font-weight:normal;}
height: 120px !important; height: 120px !important;
object-fit: cover !important; object-fit: cover !important;
object-position: top !important; object-position: top !important;
border: 1px solid #000;
} }
.mobile-header .nav-toggle { .mobile-header .nav-toggle {
flex: 1; flex: 1;