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 {
position: relative;
overflow: hidden;
height: 640px;
height: 100vh;
}
@media screen and (min-width: 768px) {