Moved maxwidth to hotelpage instead of layout

This commit is contained in:
Linus Flood
2024-10-11 14:31:43 +02:00
parent 1408284af8
commit a6a1ff1aa0
2 changed files with 2 additions and 2 deletions

View File

@@ -4,8 +4,6 @@
gap: var(--Spacing-x3); gap: var(--Spacing-x3);
grid-template-rows: auto 1fr; grid-template-rows: auto 1fr;
position: relative; position: relative;
margin: 0 auto;
max-width: var(--max-width);
} }
.container { .container {

View File

@@ -9,6 +9,8 @@
"tabNavigation" "tabNavigation"
"mainSection" "mainSection"
"mapContainer"; "mapContainer";
margin: 0 auto;
max-width: var(--max-width);
} }
.hotelImages { .hotelImages {