Commit 89593fff by Frances Botsford

switch course-content to use percent padding on the sides to help mobile

parent dffcc25b
...@@ -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;
h1 { h1 {
margin: 0 0 lh(); margin: 0 0 lh();
......
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