1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Optimized pin icon size.

This commit is contained in:
Cotes Chung
2020-06-09 13:11:40 +08:00
parent b22da94134
commit f9706411e7
2 changed files with 9 additions and 7 deletions

View File

@@ -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;
}
}
}