From 0a544f87bc863dbf624637fb8ed9c527025ae54b Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sun, 8 Jan 2023 20:38:07 -0800 Subject: [PATCH] add row gap in input grid --- css/form.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/form.css b/css/form.css index e0e2b0c..4dae185 100644 --- a/css/form.css +++ b/css/form.css @@ -33,6 +33,8 @@ button { .input-grid { display: grid; column-gap: 10px; + row-gap: 5px; + align-items: center; } legend {