diff --git a/assets/css/style.scss b/assets/css/style.scss index 01e5a9d..dda2be6 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -697,15 +697,6 @@ select { .mentions-list { margin-top: 5px; list-style: none; - .item { - .link { - .post-title { - margin-bottom: 0; - overflow: hidden; - font-size: .8125rem; - } - } - } } } @@ -815,23 +806,13 @@ select { text-align: center; } .caption { - display: block; - margin-bottom: 5px; font-weight: 700; line-height: 1; text-transform: uppercase; } .related-list { + margin-top: 5px; list-style: none; - .item { - .link { - .post-title { - margin-bottom: 0; - overflow: hidden; - font-size: .8125rem; - } - } - } } } diff --git a/layouts/partials/related.html b/layouts/partials/related.html index 7c26f19..c3b3f8b 100644 --- a/layouts/partials/related.html +++ b/layouts/partials/related.html @@ -1,13 +1,15 @@ {{ $related := .Site.RegularPages.Related . | first 5 }} {{ with $related }} {{ end }} \ No newline at end of file