Start on Booking form

Clean up navigation bar
Form CSS
Add warning to run when skipping migrations
This commit is contained in:
Michał Gdula 2024-05-10 14:46:53 +01:00
parent 5cce507c8a
commit 3198dec20c
9 changed files with 181 additions and 38 deletions

View file

@ -20,13 +20,14 @@
@media only screen and (max-width: 670px) {
.announcement-banner {
margin: -$spacing-small;
margin: -$spacing-normal;
margin-bottom: 0;
//border-radius: 0;
border-radius: 0;
img {
height: 250px;
//aspect-ratio: 16 / 9;
aspect-ratio: unset;
}
}
}

View file

@ -1,5 +1,4 @@
.form-element {
margin-bottom: $spacing-normal;
width: fit-content;
overflow: hidden;
}