Commit 9e1c9ab0 by frances botsford

Merge pull request #10605 from edx/frances/reduce-component-padding

Percent-based padding on course-content  
parents 44eaca08 89593fff
...@@ -100,7 +100,7 @@ div.course-wrapper { ...@@ -100,7 +100,7 @@ div.course-wrapper {
section.course-content { section.course-content {
@extend .content; @extend .content;
padding: ($baseline*2); padding: ($baseline*2) 3%; // percent allows for smaller padding on mobile
line-height: 1.6; line-height: 1.6;
.xblock { .xblock {
......
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