From d3f182e51c2866a00934e13f9c9392e4d90e315e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 11 Feb 2019 15:37:52 -0500 Subject: fix margin-bottom in pagination --- css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 4c54cee..7825122 100644 --- a/css/style.css +++ b/css/style.css @@ -5,7 +5,6 @@ Author: jesus e. */ /* basic formatting changes (mostly to cater for darker colours) */ - code { background-color: #282828; color: #73d1ed; @@ -91,6 +90,10 @@ a.pagination-next.disabled { display: table; } +.pagination-list { + margin-bottom: 1.5rem; +} + /* html/body/font-fixes */ body, input, textarea, .button { font-family: 'Roboto Condensed', sans-serif; -- cgit v1.2.3