modified styles

This commit is contained in:
2025-11-28 11:49:20 -06:00
parent 06efc3a2db
commit 46c5bcd613
7 changed files with 102 additions and 92 deletions
@@ -127,7 +127,7 @@
border-radius: 10px;
grid-template-columns: repeat(4, 1fr);
align-items: end;
gap: 20px;
gap: 10px;
padding: 20px;
display: grid;
overflow-x: auto;
@@ -144,4 +144,10 @@
padding: 10px 12px;
text-align: left;
}
}
.grid{
display: flex;
flex-direction: column;
align-items: start;
}
}
@@ -31,6 +31,7 @@
.item {
flex: 1;
width: 100%;
}
label {