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; } }