diff options
| author | unwox <me@unwox.com> | 2025-10-15 16:03:08 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-10-15 16:15:47 +0600 |
| commit | b06fdc9c3b4b6dc0d5d60098303dd57d5c098e13 (patch) | |
| tree | 9ba4247d46b2a8b984a0893c5a13d1d03af51460 /static | |
| parent | 163773bdf237ba80a34a4a5366df826933f2cd8a (diff) | |
implement pagination
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 55b6368..63bc6e5 100644 --- a/static/style.css +++ b/static/style.css @@ -540,6 +540,12 @@ select { color: #ffffff; } +.paginator { + display: flex; + flex-wrap: wrap; + gap: 0.5rem 1rem; +} + .font-size-0-875 { font-size: 0.875rem; } @@ -593,6 +599,10 @@ select { margin-bottom: 2rem !important; } +.mt-2 { + margin-top: 2rem !important; +} + @media screen and (max-width: 50rem) { body { margin: 1rem; |
