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

This commit is contained in:
Frances Botsford
2015-11-12 12:45:45 -05:00
parent dffcc25bcc
commit 89593fff1f

View File

@@ -100,7 +100,7 @@ div.course-wrapper {
section.course-content {
@extend .content;
padding: ($baseline*2);
padding: ($baseline*2) 3%; // percent allows for smaller padding on mobile
line-height: 1.6;
h1 {
margin: 0 0 lh();