feat(SW-330): layout and some styling fixes for hotel-pages

This commit is contained in:
Erik Tiekstra
2024-09-02 15:21:54 +02:00
parent bc3233ff64
commit 70297bec91
10 changed files with 75 additions and 45 deletions

View File

@@ -1,4 +1,4 @@
.container {
max-width: var(--max-width, 1140px);
max-width: var(--current-max-width, 1140px);
position: relative;
}