summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css7
1 files changed, 7 insertions, 0 deletions
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