Files
web/components/HotelReservation/SelectHotel/HotelSorter/hotelSorter.module.css
Bianca Widstam ef2ef3c9a8 feat/SW-604-select-hotel-page-UI (pull request #905)
Feat/SW-604 select hotel page UI

* feat(SW-604): update header, scandic logo, and map text

* feat(SW-604): fix map button

* feat(SW-604): fix align header

* feat(SW-604): hide filter for mobile

* feat(SW-604): fix padding

* feat(SW-604): fix padding again

* feat(SW-604): fix mobile design

* feat(SW-604): fix padding


Approved-by: Pontus Dreij
2024-11-15 10:15:26 +00:00

10 lines
100 B
CSS

.container {
width: 339px;
}
@media (max-width: 768px) {
.container {
display: none;
}
}