Files
TechRadarAJR/styles/components/filter.css
2017-04-03 17:34:17 +02:00

9 lines
126 B
CSS

.filter {
margin-bottom: 40px;
/* @todo: re-enable filter for mobile */
@media (--until-sm) {
display: none;
}
}