Files
web/components/Forms/BookingWidget/form.module.css
2024-08-19 15:49:59 +02:00

8 lines
145 B
CSS

.form {
display: flex;
justify-content: space-between;
width: 100%;
max-width: 1432px;
padding: var(--Spacing-x2) var(--Spacing-x5);
}