fix(SW-2820): full width booking widget on startpage when scrolled down

Approved-by: Linus Flood
This commit is contained in:
Erik Tiekstra
2025-05-20 08:02:39 +00:00
parent f60d07fd9e
commit 6d8beebaca
3 changed files with 5 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
align-items: center;
display: grid;
margin: 0 auto;
width: 100dvw;
width: 100%;
}
.form {
@@ -43,7 +43,6 @@
}
.compact {
width: 1160px;
padding: var(--Spacing-x-one-and-half) var(--Spacing-x2)
var(--Spacing-x-one-and-half) var(--Spacing-x1);
white-space: nowrap;