Commit 2c1571d6 by Tom Giannattasio

applied line height to course content wrapper to avoid strange line heights with improper markup

parent cf2f5d2a
...@@ -13,6 +13,7 @@ div.course-wrapper { ...@@ -13,6 +13,7 @@ div.course-wrapper {
section.course-content { section.course-content {
@extend .content; @extend .content;
padding: 40px; padding: 40px;
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