Make public page components full width on mobile

This commit is contained in:
2026-06-24 09:53:09 +02:00
parent 19634168db
commit 8f77b40d81
@@ -72,3 +72,10 @@
flex-direction: column;
width: 100%;
}
@media (max-width: 48rem) {
.sg-text-block,
.sg-card--call-to-action-card {
width: 100%;
}
}