From c97bb811f16d19c80d276e2313d2465ef66ba7cf Mon Sep 17 00:00:00 2001 From: Yurizal Susanto Date: Sat, 17 Aug 2019 10:10:47 +0700 Subject: Fix display problem for arrow in pagination --- assets/css/template.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/template.css b/assets/css/template.css index 424c441..0296b64 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -305,6 +305,10 @@ blockquote cite a { font-size: 2rem; } +.pagination img { + display: inline; +} + /* #Spacing –––––––––––––––––––––––––––––––––––––––––––––––––– */ pre, -- cgit v1.2.3