diff --git a/_includes/toc.html b/_includes/toc.html index 888466d..0f87726 100644 --- a/_includes/toc.html +++ b/_includes/toc.html @@ -3,7 +3,7 @@ {% if enable_toc %}
{% endif %} diff --git a/_sass/pages/_post.scss b/_sass/pages/_post.scss index 9b8fa7e..12a301f 100644 --- a/_sass/pages/_post.scss +++ b/_sass/pages/_post.scss @@ -272,12 +272,8 @@ header { padding-left: 0; li { - &:not(:last-child) { - margin: 0.4rem 0; - } - a { - padding: 0.2rem 0 0.2rem 1.25rem; + padding: 0.4rem 0 0.4rem 1.25rem; } }