Tighten up column padding on mobile

This commit is contained in:
Andy Smith
2025-12-15 16:07:51 -06:00
parent a3723ef0d2
commit 9504b986ab
+1
View File
@@ -223,6 +223,7 @@
/* Use the rest of the column height for scrolling */
@media (max-width: 639px) {
flex: 1;
padding-inline: calc(var(--column-padding) / 4);
}
}