Limit maximum width of homepage header slider

This commit is contained in:
Björn Fromme
2022-03-07 17:28:48 +01:00
parent 70aaeb6de9
commit ef31eb3cf6
@@ -1,5 +1,5 @@
.herounit { .herounit {
@apply relative w-full overflow-hidden; @apply relative w-full max-w-screen-2xl overflow-hidden;
} }
.herounit__badge { .herounit__badge {