From 0c5c01ce54aa4a085e43fbe50676e510720fa678 Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Mon, 29 Oct 2018 17:32:29 +0800 Subject: [PATCH] Update responsive CSS on pagination --- _sass/post_content/_post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/post_content/_post.scss b/_sass/post_content/_post.scss index 2948140..99ccd68 100644 --- a/_sass/post_content/_post.scss +++ b/_sass/post_content/_post.scss @@ -121,7 +121,7 @@ > * {margin-top: 2em;} - .previous-post, .next-post {text-align: center;} + .previous-post, .next-post {text-align: center; max-width: 90%;} } }