Add styles for mobile overview page

This commit is contained in:
Mathias Schopmans
2017-04-03 17:34:17 +02:00
parent 7562af6d02
commit 608a5c2520
5 changed files with 24 additions and 2 deletions

View File

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