From a3c831c8c5cde5e1e57213c3960ddc985142340b Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 8 Sep 2016 12:09:32 +0100 Subject: [PATCH] Tweak pagination alignment --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 0be8358..2dc7626 100644 --- a/assets/style.css +++ b/assets/style.css @@ -122,14 +122,14 @@ td:first-child { } .pagination { - margin-top: 1em; + margin-top: 0.6em; } .pagination a { text-decoration: none; font-family: "Georgia", "Apple Symbols", serif; font-size: 3em; - line-height: 0.3em; + line-height: 0.6em; } .pagination .prev {