Adjust public layout mobile gutters
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user