Fix filter sidebar style.

This commit is contained in:
Vidir Valberg Gudmundsson 2017-08-16 19:16:18 +02:00
parent 08279a479a
commit 9659871a3f
1 changed files with 1 additions and 8 deletions

View File

@ -157,8 +157,7 @@ footer {
.event-in-overview {
min-height: 100px;
margin: 5px;
width: 220px;
max-width: 225px;
max-width: 200px;
min-width: 200px;
}
@ -220,12 +219,6 @@ footer {
.schedule-filter ul {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
}
.schedule-filter ul li {
flex: 1;
}
.schedule-filter .btn {