From 78ccc7e7db5fca5a1ff9bb63ef64b015f3afb1f3 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 10 Dec 2025 15:09:47 +0500 Subject: feat: new pagination --- static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 08ec9ef..7cc782f 100644 --- a/static/style.css +++ b/static/style.css @@ -497,6 +497,13 @@ a.box:hover { vertical-align: middle; } +.pagination { + display: flex; + gap: 16px; + flex-direction: row; + justify-content: space-around; +} + /** --------------------------------- SOMETHING FROM TAILWINDCSS -- cgit v1.2.3