This commit is contained in:
Tomas Dvorak
2025-07-17 21:31:17 +02:00
parent bf08fcd296
commit 44de0a8906
6 changed files with 142 additions and 9 deletions
+1 -1
View File
@@ -31161,7 +31161,7 @@
flex-wrap: wrap !important;
}
.two-per-row li {
flex: 1 1 50% !important; /* Each item takes up 50% of the row */
flex: 3 2 30% !important; /* Each item takes up 50% of the row */
box-sizing: border-box !important; /* Ensures padding doesn't affect width */
}