From 3a5cad0f5fb9461d06b81903763cf504988e8091 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 8 May 2025 01:23:48 +0500 Subject: feat: security section in /account --- public/static/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'public/static/style.css') diff --git a/public/static/style.css b/public/static/style.css index 1398a34..3ce86af 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -74,7 +74,10 @@ input[type=file] { form { display: flex; flex-direction: column; - gap: 4px; +} + +form:has(div) { + gap: 16px; } label { -- cgit v1.2.3