fix list scrolling height due to search bar

This commit is contained in:
Tankred Hase 2013-12-06 17:43:14 +01:00
parent 71357c2ccc
commit 599ef3fecb
1 changed files with 2 additions and 2 deletions

View File

@ -41,9 +41,9 @@
}
ul {
padding-bottom: 50px;
padding-bottom: 98px;
@include respond-to(desktop) {
padding-bottom: 78px;
padding-bottom: 126px;
}
}