From df288e38b9e77a5334df688f4cb2dac5f1c1c25c Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Wed, 29 Jan 2020 01:18:25 +0800 Subject: [PATCH] Beautified the nav-button of Posts. --- assets/css/post.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/post.scss b/assets/css/post.scss index ea5391e..13f636a 100644 --- a/assets/css/post.scss +++ b/assets/css/post.scss @@ -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; } }