Merge in fix/SW-592-booking-widget (pull request #665)

Fix/SW-592 booking widget
This commit is contained in:
Pontus Dreij
2024-10-11 06:54:51 +00:00
4 changed files with 31 additions and 12 deletions

View File

@@ -4,6 +4,7 @@
padding: var(--Spacing-x4) var(--Spacing-x4) 0 var(--Spacing-x4);
background-color: var(--Scandic-Brand-Warm-White);
min-height: 100dvh;
flex-direction: column;
}
.section {
@@ -15,3 +16,9 @@
display: flex;
padding: var(--Spacing-x2) var(--Spacing-x0);
}
@media (min-width: 768px) {
.main {
flex-direction: row;
}
}