diff --git a/_scss/_typography.scss b/_scss/_typography.scss index 45c85c274a..455c4b77b9 100755 --- a/_scss/_typography.scss +++ b/_scss/_typography.scss @@ -43,6 +43,8 @@ h1,h2,h3,h4,h5,h6 { font-family: $headings; clear: both; line-height: 26px; + margin-top: 30px; + margin-bottom: 0; } h1 { @@ -75,3 +77,7 @@ h6 { dd, dt { line-height: 25px; } + +ol, ul { + padding-left: 25px; +}