add row gap in input grid

This commit is contained in:
Arthur Lu 2023-01-08 20:38:07 -08:00
parent b95187ee2c
commit 0a544f87bc

View File

@ -33,6 +33,8 @@ button {
.input-grid {
display: grid;
column-gap: 10px;
row-gap: 5px;
align-items: center;
}
legend {