diff --git a/assets/scss/_common/single.scss b/assets/scss/_common/single.scss index 98834747..ebd934b3 100644 --- a/assets/scss/_common/single.scss +++ b/assets/scss/_common/single.scss @@ -17,6 +17,11 @@ .post-body { margin-top: 5em !important; + li { + a { + text-decoration: underline; + } + } } .post { @@ -51,11 +56,6 @@ padding-left: 2em; line-height: $lineHeight; } - li { - a { - text-decoration: underline; - } - } hr { border: none; margin: 2.427em 0 1.5em;