diff --git a/_sass/_ed.scss b/_sass/_ed.scss index c15907c9..16603ba4 100644 --- a/_sass/_ed.scss +++ b/_sass/_ed.scss @@ -115,10 +115,7 @@ h1, h2, h3, h4, h5, h6 { text-rendering: optimizeLegibility; } -h1 { - font-size: 1.4rem; -} - +h1, h1.text-title { font-size: 1.4rem; } @@ -128,7 +125,8 @@ h2 { font-size: 1.2rem; } -h3, h4, h5 { +h3, h4, h5, h6 { + margin-top: 1rem; font-size: 1rem; } @@ -136,9 +134,6 @@ h3 { margin-top: 1.5rem; } -h4, h5, h6 { - margin-top: 1rem; -} /* Body text */ p {