1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

Beautified the nav-button of Posts.

This commit is contained in:
Cotes Chung 2020-01-29 01:18:25 +08:00
parent 2746c9d96f
commit df288e38b9

View File

@ -60,7 +60,7 @@
.post-navigation a > p {
font-size: 1.1rem;
line-height: 1.2rem;
line-height: 1.5rem;
margin-top: .3rem;
white-space: normal;
}
@ -238,6 +238,8 @@
.post-navigation {
padding-left: 0;
padding-right: 0;
margin-left: -.5rem;
margin-right: -.5rem;
}
}