Commit bfd250ed by frances botsford

Merge pull request #8596 from edx/frances/fix/course-content-margin

adjust margin-bottom on courseware with license
parents 9efe3201 3a03a0e9
...@@ -57,7 +57,7 @@ body.view-incourse { ...@@ -57,7 +57,7 @@ body.view-incourse {
.course-wrapper, .course-wrapper,
.profile-wrapper { .profile-wrapper {
max-width: 1180px; max-width: 1180px;
margin: 0 auto ($baseline*2) auto; margin: 0 auto;
padding: 0; padding: 0;
} }
...@@ -77,6 +77,7 @@ body.view-incourse { ...@@ -77,6 +77,7 @@ body.view-incourse {
// site footer // site footer
.wrapper-footer { .wrapper-footer {
margin-top: $baseline;
padding-right: 2%; padding-right: 2%;
padding-left: 2%; padding-left: 2%;
......
Markdown is supported
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