From a6a1ff1aa0d802364597b5a009611668242613ed Mon Sep 17 00:00:00 2001 From: Linus Flood Date: Fri, 11 Oct 2024 14:31:43 +0200 Subject: [PATCH] Moved maxwidth to hotelpage instead of layout --- .../(live)/(public)/[contentType]/[uid]/layout.module.css | 2 -- components/ContentType/HotelPage/hotelPage.module.css | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) 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 {