diff options
| author | unwox <me@unwox.com> | 2025-10-13 23:10:38 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-10-13 23:48:17 +0600 |
| commit | 7f6c204322aa13dd8a9760b311955fc4b9a92637 (patch) | |
| tree | 0c1d66d123398dacc0851b1c1589a7e3730761f5 /static | |
| parent | 5cf21fcb8c91896bb2b889dd4a90cc0b2ef3e9e5 (diff) | |
add simple filtering
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index ea8243f..17b1d26 100644 --- a/static/style.css +++ b/static/style.css @@ -560,6 +560,10 @@ p { gap: 0.25rem !important; } +.gap-0-5 { + gap: 0.5rem !important; +} + .gap-1 { gap: 1rem !important; } |
