Move public layout text to second column
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user