From e3bf24c885efdddf81a8dd5a49b97c38ff23790c Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 18 Jan 2023 22:58:00 +0000 Subject: [PATCH] remove padding from first form fieldset Signed-off-by: Arthur Lu --- css/form.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/form.css b/css/form.css index badff4f..9b06ea8 100644 --- a/css/form.css +++ b/css/form.css @@ -15,6 +15,10 @@ fieldset { margin: 10px; } +form > :first-child { + margin-top: 0px; +} + input, label, legend { font-family: monospace; color: white; @@ -66,10 +70,6 @@ form img { width: 16px; } -form > * { - margin-top: 10px; -} - hr { width: 100%; border: none;