Commit d41f5042 by Brian Talbot

studio - resolving margin-top issue with views that don't have a masthead

parent 1a68d516
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
body.course.subsection { body.course.subsection {
.main-wrapper {
margin-top: ($baseline*2);
}
.unit-settings { .unit-settings {
.window-contents { .window-contents {
padding: 10px 20px; padding: 10px 20px;
......
...@@ -3,9 +3,8 @@ ...@@ -3,9 +3,8 @@
body.course.unit { body.course.unit {
.unit .main-wrapper { .main-wrapper {
@include clearfix(); margin-top: ($baseline*2);
margin: 40px;
} }
//Problem Selector tab menu requirements //Problem Selector tab menu requirements
......
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