ändra loggo

This commit is contained in:
larssand
2026-03-26 20:52:16 +01:00
parent 1aa55e3212
commit 5a97066126

View File

@@ -1118,7 +1118,7 @@ select:focus {
.overlay-logo { .overlay-logo {
display: block; display: block;
margin-bottom: 12px; margin-bottom: 0;
} }
.position-grid h4, .position-grid h4,
@@ -1228,6 +1228,15 @@ select:focus {
min-width: 0; min-width: 0;
} }
.overlay-header .overlay-logo {
width: 88px;
height: 88px;
max-width: 88px;
max-height: 88px;
object-fit: contain;
flex: 0 0 88px;
}
.overlay-header-copy { .overlay-header-copy {
min-width: 0; min-width: 0;
} }
@@ -1358,8 +1367,10 @@ select:focus {
} }
.overlay-obs-logo { .overlay-obs-logo {
width: 36px; width: 56px;
height: 36px; height: 56px;
max-width: 56px;
max-height: 56px;
} }
.overlay-obs-brandline h2 { .overlay-obs-brandline h2 {
@@ -1730,8 +1741,11 @@ select:focus {
} }
.overlay-shell-dense .overlay-logo { .overlay-shell-dense .overlay-logo {
width: 34px; width: 56px;
height: 34px; height: 56px;
max-width: 56px;
max-height: 56px;
flex-basis: 56px;
} }
.overlay-fastest-banner-dense { .overlay-fastest-banner-dense {