diff --git a/app/[lang]/(live)/(public)/[contentType]/[uid]/layout.module.css b/app/[lang]/(live)/(public)/[contentType]/[uid]/layout.module.css index 350d67102..2ec5fbe51 100644 --- a/app/[lang]/(live)/(public)/[contentType]/[uid]/layout.module.css +++ b/app/[lang]/(live)/(public)/[contentType]/[uid]/layout.module.css @@ -4,8 +4,6 @@ gap: var(--Spacing-x3); grid-template-rows: auto 1fr; position: relative; - margin: 0 auto; - max-width: var(--max-width); } .container { diff --git a/components/ContentType/HotelPage/hotelPage.module.css b/components/ContentType/HotelPage/hotelPage.module.css index 5fb6be104..771c4e76e 100644 --- a/components/ContentType/HotelPage/hotelPage.module.css +++ b/components/ContentType/HotelPage/hotelPage.module.css @@ -9,6 +9,8 @@ "tabNavigation" "mainSection" "mapContainer"; + margin: 0 auto; + max-width: var(--max-width); } .hotelImages {