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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user