More design fixes

This commit is contained in:
Linus Flood
2024-10-07 14:10:25 +02:00
parent ed55f966c7
commit 158472524f
2 changed files with 1 additions and 1 deletions

View File

@@ -62,6 +62,7 @@
); /* Full height without the header + booking widget */ ); /* Full height without the header + booking widget */
max-height: 935px; /* Fixed max according to figma */ max-height: 935px; /* Fixed max according to figma */
overflow: hidden; overflow: hidden;
width: 100%;
} }
.pageContainer > nav { .pageContainer > nav {

View File

@@ -72,7 +72,6 @@
"image hotel" "image hotel"
"image prices"; "image prices";
overflow: hidden; overflow: hidden;
width: 100%;
padding: 0; padding: 0;
} }