Update style.css

This commit is contained in:
2025-05-28 16:39:35 +02:00
parent 9e262c900d
commit 098ce8bd21
+1 -1
View File
@@ -985,7 +985,7 @@ div.content {
@media screen and (max-width: 700px) { @media screen and (max-width: 700px) {
.itemlist { .itemlist {
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(2, 1fr);
padding: 10px 1%; padding: 10px 0.5%;
} }
.select-section { .select-section {