From e2c023915559b1230cf19a06734c6f5ed76148e3 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 25 Jan 2021 18:22:49 -0800 Subject: html: fix pagination box on mobile --- fatcat_scholar/static/scholar.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fatcat_scholar/static') diff --git a/fatcat_scholar/static/scholar.css b/fatcat_scholar/static/scholar.css index 7c78505..34b0e75 100644 --- a/fatcat_scholar/static/scholar.css +++ b/fatcat_scholar/static/scholar.css @@ -184,6 +184,12 @@ nav.ui.menu { display: none; } +.search-pagination { + max-width: 35em; + margin: auto; + text-align: center; +} + footer p a { color: rgba(255, 255, 255, 0.5); } -- cgit v1.2.3