diff --git a/static/css/style.css b/static/css/style.css index 8ac315c..3977ead 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -480,6 +480,12 @@ div.band-spot:hover span.band-spot-info { .table-fixed-on-desktop { table-layout: auto !important; } + + /* Free up extra space in activity filter */ + div.filter-section-body { + padding-left: 0.5em; + } + } @media (min-width: 992px) {