feat(SW-350): Update design for booking widget
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
height: var(--Spacing-x3);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 766px) {
|
||||
@media screen and (max-width: 767px) {
|
||||
.input {
|
||||
display: grid;
|
||||
gap: var(--Spacing-x2);
|
||||
@@ -59,7 +59,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 767px) {
|
||||
@media screen and (min-width: 768px) {
|
||||
.input {
|
||||
display: flex;
|
||||
gap: var(--Spacing-x2);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user