fix: full width campaign is now full height on mobile

This commit is contained in:
Christian Andolf
2025-02-07 13:52:19 +01:00
parent fae0b124a5
commit 5f2b86b6c4

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) {