Increase mobile header logo size while keeping single-row actions
This commit is contained in:
@@ -39,8 +39,8 @@ header .header-right{display:flex;align-items:center;gap:0.5rem}header .header-r
|
|||||||
display:block;
|
display:block;
|
||||||
width:auto !important;
|
width:auto !important;
|
||||||
height:auto !important;
|
height:auto !important;
|
||||||
max-width:min(34vw, 128px) !important;
|
max-width:min(45vw, 170px) !important;
|
||||||
max-height:56px !important;
|
max-height:96px !important;
|
||||||
margin:0 !important;
|
margin:0 !important;
|
||||||
transform:none !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))
|
padding-right:max(8px, env(safe-area-inset-right, 0px))
|
||||||
}
|
}
|
||||||
header .header-inner>.container>.navbar-brand img{
|
header .header-inner>.container>.navbar-brand img{
|
||||||
max-width:108px !important;
|
max-width:140px !important;
|
||||||
max-height:48px !important
|
max-height:80px !important
|
||||||
}
|
}
|
||||||
header .header-right .language-dropdown,
|
header .header-right .language-dropdown,
|
||||||
header .header-right .basket-dropdown,
|
header .header-right .basket-dropdown,
|
||||||
|
|||||||
@@ -270,8 +270,8 @@ body.cookie-consent-open {
|
|||||||
display: block;
|
display: block;
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
max-width: min(34vw, 128px) !important;
|
max-width: min(45vw, 170px) !important;
|
||||||
max-height: 56px !important;
|
max-height: 96px !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
}
|
}
|
||||||
@@ -430,8 +430,8 @@ body.cookie-consent-open {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header .header-inner > .container > .navbar-brand img {
|
header .header-inner > .container > .navbar-brand img {
|
||||||
max-width: 108px !important;
|
max-width: 140px !important;
|
||||||
max-height: 48px !important;
|
max-height: 80px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
header .header-right .language-dropdown,
|
header .header-right .language-dropdown,
|
||||||
|
|||||||
Reference in New Issue
Block a user