diff options
| author | ilotterytea <iltsu@alright.party> | 2025-12-10 15:09:47 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-12-10 15:09:47 +0500 |
| commit | 78ccc7e7db5fca5a1ff9bb63ef64b015f3afb1f3 (patch) | |
| tree | 1954381e4fcdfc4c1ae02674524bdd8892dc1a38 /static/style.css | |
| parent | 23da921c43b1c925710b55f93b87fef92dedd179 (diff) | |
feat: new pagination
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 7 |
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 |
