Moved maxwidth to hotelpage instead of layout
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
gap: var(--Spacing-x3);
|
||||
grid-template-rows: auto 1fr;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
max-width: var(--max-width);
|
||||
}
|
||||
|
||||
.container {
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
"tabNavigation"
|
||||
"mainSection"
|
||||
"mapContainer";
|
||||
margin: 0 auto;
|
||||
max-width: var(--max-width);
|
||||
}
|
||||
|
||||
.hotelImages {
|
||||
|
||||
Reference in New Issue
Block a user