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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user