Merge pull request #2021 from brgmnn/master

Fixed add device button being overlapped by footer (fixes #1950)
This commit is contained in:
Jakob Borg
2015-07-03 08:56:33 +02:00
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: 767px) {
@media (max-width: 991px) {
body {
padding-bottom: 0;
}

File diff suppressed because one or more lines are too long