Tighten up column padding on mobile
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user