Increase mobile header logo size while keeping single-row actions

This commit is contained in:
2026-06-01 00:21:33 +02:00
parent b5db576611
commit d77f2f9554
2 changed files with 8 additions and 8 deletions

View File

@@ -39,8 +39,8 @@ header .header-right{display:flex;align-items:center;gap:0.5rem}header .header-r
display:block;
width:auto !important;
height:auto !important;
max-width:min(34vw, 128px) !important;
max-height:56px !important;
max-width:min(45vw, 170px) !important;
max-height:96px !important;
margin:0 !important;
transform:none !important
}
@@ -88,8 +88,8 @@ header .header-right{display:flex;align-items:center;gap:0.5rem}header .header-r
padding-right:max(8px, env(safe-area-inset-right, 0px))
}
header .header-inner>.container>.navbar-brand img{
max-width:108px !important;
max-height:48px !important
max-width:140px !important;
max-height:80px !important
}
header .header-right .language-dropdown,
header .header-right .basket-dropdown,

View File

@@ -270,8 +270,8 @@ body.cookie-consent-open {
display: block;
width: auto !important;
height: auto !important;
max-width: min(34vw, 128px) !important;
max-height: 56px !important;
max-width: min(45vw, 170px) !important;
max-height: 96px !important;
margin: 0 !important;
transform: none !important;
}
@@ -430,8 +430,8 @@ body.cookie-consent-open {
}
header .header-inner > .container > .navbar-brand img {
max-width: 108px !important;
max-height: 48px !important;
max-width: 140px !important;
max-height: 80px !important;
}
header .header-right .language-dropdown,