Skip to content
Snippets Groups Projects
Unverified Commit 9c471226 authored by Awais Jibran's avatar Awais Jibran Committed by GitHub
Browse files

Merge pull request #25896 from edx/aj/branding/update-width-in-core

Update site width in core
parents b2f1b693 16cd342c
Branches
Tags
No related merge requests found
......@@ -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) {
......
// 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) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment