Merged in fix/full-width-campaign-full-height (pull request #1277)

fix: full width campaign is now full height on mobile

Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Christian Andolf
2025-02-07 15:02:15 +00:00

View File

@@ -1,7 +1,7 @@
.container { .container {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
height: 640px; height: 100vh;
} }
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {