fix(SW-2820): full width booking widget on startpage when scrolled down
Approved-by: Linus Flood
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user