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

This commit is contained in:
Tom Giannattasio
2012-08-23 10:04:00 -04:00
parent cf2f5d2af2
commit 2c1571d66c

View File

@@ -13,6 +13,7 @@ div.course-wrapper {
section.course-content {
@extend .content;
padding: 40px;
line-height: 1.6;
h1 {
margin: 0 0 lh();