Move public layout text to second column

This commit is contained in:
2026-06-24 19:54:37 +02:00
parent 9b675916b5
commit b6233c237a
2 changed files with 14 additions and 13 deletions
+4 -4
View File
@@ -35,6 +35,10 @@ main {
align-items: start;
}
.sg-page-layout-public-2-column__text-column {
min-width: 0;
}
@media (max-width: 48rem) {
.sg-page-layout-public__content-mirror {
width: min(calc(100% - (var(--spacing-small) * 2)), 1100px);
@@ -48,7 +52,3 @@ main {
.sg-page-layout-public__footer-card {
margin-top: auto;
}
.sg-page-layout-public-2-column__footer-card {
margin-top: 0;
}