Fixing Mobile Padding

This commit is contained in:
2025-05-28 16:32:59 +02:00
parent 3b71e8b56e
commit c4cc3eb539
+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: 0px; padding: 10px 0px;
} }
.select-section { .select-section {