Update site width in core
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user