diff --git a/_layouts/home.html b/_layouts/home.html index 8a64177..3184071 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -52,7 +52,7 @@ layout: page

{{ post.title }}

{% if post.pin %} - {% endif %}
diff --git a/assets/css/home.scss b/assets/css/home.scss index 6cdddc4..193631b 100644 --- a/assets/css/home.scss +++ b/assets/css/home.scss @@ -20,15 +20,17 @@ h1 { font-size: 1.4rem; margin: 0; - } - - i.far { /* fontawesome icons */ - font-size: 86%; + ~i { // pinned icon + font-size: .86rem; + } } .post-meta { - i:not(:first-child) { // post-meta icons on the homepage - margin-left: 1.5rem; + i { + font-size: .73rem; + &:not(:first-child) { // post-meta icons on the homepage + margin-left: 1.5rem; + } } }