feat(SW-629): Added no availabilty if no hotels are listed

This commit is contained in:
Pontus Dreij
2024-11-14 16:23:44 +01:00
parent a6a0b0cf15
commit d158aca6fd
10 changed files with 72 additions and 25 deletions

View File

@@ -38,6 +38,13 @@
flex: 1;
}
.hotelList {
flex: 1;
display: flex;
flex-direction: column;
gap: var(--Spacing-x3);
}
@media (min-width: 768px) {
.link {
display: flex;