Moved maxwidth to hotelpage instead of layout
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -9,6 +9,8 @@
|
|||||||
"tabNavigation"
|
"tabNavigation"
|
||||||
"mainSection"
|
"mainSection"
|
||||||
"mapContainer";
|
"mapContainer";
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: var(--max-width);
|
||||||
}
|
}
|
||||||
|
|
||||||
.hotelImages {
|
.hotelImages {
|
||||||
|
|||||||
Reference in New Issue
Block a user