mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-09 03:43:11 +00:00
Start on Booking form
Clean up navigation bar Form CSS Add warning to run when skipping migrations
This commit is contained in:
parent
5cce507c8a
commit
3198dec20c
9 changed files with 181 additions and 38 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
.form-element {
|
||||
margin-bottom: $spacing-normal;
|
||||
width: fit-content;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue