Merge pull request #2620 from andersonvom/issue-2454

Remove fixed footer at first media break (fixes #2454)
This commit is contained in:
Jakob Borg 2015-12-24 11:26:40 +01:00
commit b7a58d2f87
2 changed files with 3 additions and 3 deletions

View File

@ -245,7 +245,7 @@ ul.three-columns li, ul.two-columns li {
/** Footer nav on small devices **/
@media (max-width: 991px) {
@media (max-width: 1199px) {
body {
padding-bottom: 0;
}

File diff suppressed because one or more lines are too long