feat(SW-240): refactor booking widget
This commit is contained in:
7
components/Forms/BookingWidget/form.module.css
Normal file
7
components/Forms/BookingWidget/form.module.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.form {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
max-width: 1432px;
|
||||
padding: var(--Spacing-x2) var(--Spacing-x5);
|
||||
}
|
||||
Reference in New Issue
Block a user