diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.module.css b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.module.css index 3fdff19f7..d0a692d8b 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.module.css +++ b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.module.css @@ -4,9 +4,3 @@ min-height: 100dvh; position: relative; } - -@media (min-width: 768px) { - .main { - grid-template-columns: 420px 1fr; - } -} diff --git a/components/HotelReservation/SelectHotel/SelectHotelMap/selectHotelMap.module.css b/components/HotelReservation/SelectHotel/SelectHotelMap/selectHotelMap.module.css index 17bf1b39e..c54a77ccf 100644 --- a/components/HotelReservation/SelectHotel/SelectHotelMap/selectHotelMap.module.css +++ b/components/HotelReservation/SelectHotel/SelectHotelMap/selectHotelMap.module.css @@ -34,4 +34,7 @@ .filterContainer { display: none; } + .container { + display: flex; + } } diff --git a/components/MapModal/mapModal.module.css b/components/MapModal/mapModal.module.css index 3000d4673..500da73f5 100644 --- a/components/MapModal/mapModal.module.css +++ b/components/MapModal/mapModal.module.css @@ -16,9 +16,3 @@ top: 0; left: 0; } - -@media screen and (min-width: 768px) { - .dynamicMap { - top: var(--main-menu-desktop-height); - } -}