diff --git a/app/assets/stylesheets/card-columns.css b/app/assets/stylesheets/card-columns.css index 53257fae1..0cf8e655a 100644 --- a/app/assets/stylesheets/card-columns.css +++ b/app/assets/stylesheets/card-columns.css @@ -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); } }