diff --git a/assets/css/app.scss b/assets/css/app.scss index 0ae7d21..89d0bb9 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -509,7 +509,7 @@ pre[class*="language-"] { margin-right: 10px; } - & .review-content p { + & &--post review-content p { margin-top: 0; } @@ -523,7 +523,6 @@ pre[class*="language-"] { padding: 0 0 25px 0; } - a svg { display: inline-block; height: 21px; diff --git a/templates/page/post/_post.html.twig b/templates/page/post/_post.html.twig index 1b24457..099c92d 100644 --- a/templates/page/post/_post.html.twig +++ b/templates/page/post/_post.html.twig @@ -107,7 +107,7 @@ {% set description = setting('post_author_description') %} {%- if description -%} -
+
    {%- set avatar = setting('avatar_image') -%}