Skip to content

Commit df288e3

Browse files
committed
Beautified the nav-button of Posts.
1 parent 2746c9d commit df288e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/css/post.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
.post-navigation a > p {
6262
font-size: 1.1rem;
63-
line-height: 1.2rem;
63+
line-height: 1.5rem;
6464
margin-top: .3rem;
6565
white-space: normal;
6666
}
@@ -238,6 +238,8 @@
238238
.post-navigation {
239239
padding-left: 0;
240240
padding-right: 0;
241+
margin-left: -.5rem;
242+
margin-right: -.5rem;
241243
}
242244
}
243245

0 commit comments

Comments
 (0)