Update site width in core

This commit is contained in:
Awais Jibran
2020-12-16 17:30:04 +05:00
parent 07bb471e3d
commit 16cd342cb3
2 changed files with 2 additions and 3 deletions

View File

@@ -131,8 +131,8 @@ a:visited:not(.btn) {
}
.content-wrapper {
margin: $baseline auto 0 auto;
max-width: map-get($container-max-widths, xl);
margin-top: $baseline;
padding: 0 0 $baseline/2;
@include media-breakpoint-up(md) {

View File

@@ -1,8 +1,7 @@
// LMS layouts
.content-wrapper {
max-width: map-get($container-max-widths, xl);
margin-top: $baseline;
margin: $baseline auto 0 auto;
padding: 0 0 $baseline/2;
@include media-breakpoint-up(md) {