Files
web/components/Forms/BookingWidget/form.module.css
2024-09-24 09:47:31 +02:00

16 lines
195 B
CSS

.section {
align-items: center;
display: flex;
margin: 0 auto;
max-width: var(--max-width-navigation);
}
.form {
width: 100%;
}
.button {
width: 118px;
justify-content: center;
}