diff options
| author | ilotterytea <iltsu@alright.party> | 2025-03-22 04:12:24 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-03-22 04:12:24 +0500 |
| commit | edfdd86ceb66211edb17f1a57930887beab01f32 (patch) | |
| tree | 7702f723abb9c592d57443e7137fffa28f5748ea /public/static/style.css | |
| parent | f61ad2eb297bee7603616137fb5ba1880f3b872c (diff) | |
feat: show uploaded files
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css index 0659b99..7671a92 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -91,6 +91,14 @@ button[type=submit]:hover { flex-grow: 1; } +.grid { + display: grid; +} + +.grid-3 { + grid-template-columns: auto auto auto; +} + .justify-center { justify-content: center; } @@ -105,4 +113,8 @@ button[type=submit]:hover { .gap-8 { gap: 8px; +} + +.gap-4 { + gap: 4px; }
\ No newline at end of file |
