fix styling

This commit is contained in:
2024-01-29 21:49:19 +00:00
parent e5a0e92ebb
commit a6a76930f9
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%;
}