You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
248 B

.css-inventory {
grid-template-columns: repeat(9,minmax(auto,auto));
gap: 10px;
display: grid;
width: 212px;
}
.css-grid {
grid-template-columns: repeat(4,minmax(0,1fr));
gap: 10px;
display: grid;
width: 286px;
}