From edfdd86ceb66211edb17f1a57930887beab01f32 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 22 Mar 2025 04:12:24 +0500 Subject: feat: show uploaded files --- public/static/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'public/static/style.css') 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 -- cgit v1.2.3