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

16 lines
204 B
CSS

.section {
display: flex;
align-items: center;
max-width: 1432px;
padding: var(--Spacing-x2) var(--Spacing-x5);
}
.form {
width: 100%;
}
.button {
width: 118px;
justify-content: center;
}