From 3554cdbee8e3dadad4c5ce3efb388b14e1e29218 Mon Sep 17 00:00:00 2001 From: olipratt Date: Thu, 2 Mar 2017 19:10:25 +0000 Subject: [PATCH] Fix pagination buttons overlapping with footer on narrow (mobile) displays by slightly increasing pagination margin --- static/stylesheet/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/stylesheet/style.less b/static/stylesheet/style.less index d228f9b..9049567 100644 --- a/static/stylesheet/style.less +++ b/static/stylesheet/style.less @@ -134,7 +134,7 @@ main { } .pagination { - margin: 4% 8% 2% 8%; + margin: 4% 8% 4% 8%; height: 20px; }