Beautified the nav-button of Posts.
This commit is contained in:
parent
2746c9d96f
commit
df288e38b9
1 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
.post-navigation a > p {
|
.post-navigation a > p {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
line-height: 1.2rem;
|
line-height: 1.5rem;
|
||||||
margin-top: .3rem;
|
margin-top: .3rem;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
@ -238,6 +238,8 @@
|
||||||
.post-navigation {
|
.post-navigation {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
margin-left: -.5rem;
|
||||||
|
margin-right: -.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue