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

Change arrow direction in Categories page.

This commit is contained in:
Cotes Chung
2019-11-23 00:42:14 +08:00
parent 7f94cbe787
commit 81721ef295
5 changed files with 17 additions and 16 deletions

View File

@@ -50,8 +50,15 @@
}
}
.category-trigger>i.fas.fa-angle-up {
.category-trigger>i.fas {
position: relative;
bottom: 8%;
height: .7rem;
width: 1rem;
transition: 300ms ease all;
}
}
.rotate {
-ms-transform: rotate(-90deg); /* IE 9 */
-webkit-transform: rotate(-90deg); /* Safari 3-8 */
transform: rotate(-90deg);
}