fix styling

This commit is contained in:
Arthur Lu
2024-01-29 21:49:19 +00:00
parent f6e370db2c
commit 3191927b27
2 changed files with 8 additions and 10 deletions

View File

@@ -1,7 +1,6 @@
.input-grid {
display: grid;
column-gap: 10px;
row-gap: 5px;
gap: 5px 10px;
align-items: center;
width: 100%;
}