From 2ee8cccbcb573f18f53662211b22b970539a6ccb Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Mon, 15 Aug 2022 01:59:01 +0000 Subject: Add global filter (#5) --- src/styles/globals.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/styles/globals.css') diff --git a/src/styles/globals.css b/src/styles/globals.css index 344cd26..1675722 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -11,6 +11,12 @@ a { text-decoration: none; } +div.paginate-container { + display: flex !important; + align-items: center; + justify-content: center; +} + * { box-sizing: border-box; } -- cgit