Adjust public layout mobile gutters

This commit is contained in:
2026-06-24 16:43:06 +02:00
parent dc6e563e05
commit 3e0b2d3e1e
+6
View File
@@ -28,6 +28,12 @@ main {
flex: 1;
}
@media (max-width: 48rem) {
.sg-page-layout-public__content-mirror {
width: min(calc(100% - (var(--spacing-small) * 2)), 1100px);
}
}
.sg-page-layout-public__footer-card {
margin-top: auto;
}