applied line height to course content wrapper to avoid strange line heights with improper markup
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user