switch course-content to use percent padding on the sides to help mobile
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user