feat(SW-350): Update design for booking widget

This commit is contained in:
Pontus Dreij
2024-10-02 15:51:37 +02:00
parent d58c77493a
commit 04406d3865
6 changed files with 15 additions and 14 deletions
@@ -12,7 +12,7 @@
width: 100%;
}
@media screen and (max-width: 766px) {
@media screen and (max-width: 767px) {
.form {
align-self: flex-start;
}
@@ -24,7 +24,7 @@
}
}
@media screen and (min-width: 767px) {
@media screen and (min-width: 768px) {
.section {
display: flex;
padding: var(--Spacing-x1) var(--Spacing-x5);