Merged in fix/small-UI-change-select-hotel (pull request #931)

fix: small ui fix hotel card

* fix: small ui fix hotel card


Approved-by: Pontus Dreij
This commit is contained in:
Bianca Widstam
2024-11-19 12:23:06 +00:00
parent e43998e7d0
commit b7ffc8588d
2 changed files with 6 additions and 3 deletions

View File

@@ -15,7 +15,6 @@
display: flex;
flex-direction: column;
gap: var(--Spacing-x-one-and-half);
max-width: 260px;
}
.divider {
@@ -38,3 +37,9 @@
font-weight: 400;
font-size: var(--typography-Caption-Regular-fontSize);
}
@media screen and (min-width: 1367px) {
.prices {
max-width: 260px;
}
}