diff --git a/blog/sass/css/edition-3/main.scss b/blog/sass/css/edition-3/main.scss index d75dd3b5..4297d22e 100644 --- a/blog/sass/css/edition-3/main.scss +++ b/blog/sass/css/edition-3/main.scss @@ -435,7 +435,7 @@ tbody tr:nth-child(odd) th { .post-icon { display: inline-block; padding-top: 0rem; - margin-left: 1rem; + margin-left: 0.8rem; margin-top: -2rem; margin-bottom: -2rem; width: 3rem; diff --git a/blog/templates/edition-3/page.html b/blog/templates/edition-3/page.html index 3159a71b..e3c425cc 100644 --- a/blog/templates/edition-3/page.html +++ b/blog/templates/edition-3/page.html @@ -36,8 +36,7 @@ {% block main %}
-

{{ page.title }}

- +

{{ page.title }}

{%- if page.extra.icon -%}{{page.extra.icon | safe}}{%- endif -%}