fix: joining-as-page-layout-width

This commit is contained in:
10G Meow 2022-04-16 13:41:02 +03:00
parent 98848e210e
commit 4de8392fc2

View file

@ -161,4 +161,8 @@
@media #{map-get($display-breakpoints, 'sm-and-down')} {
margin: 10px;
}
@media #{map-get($display-breakpoints, 'md-and-up')} {
width: $main-desktop-width;
margin: 0 auto;
}
}