Fixed add device button being overlapped by footer (fixes #1950)

This commit is contained in:
Daniel Bergmann 2015-07-02 16:15:07 +01:00
parent 76822c7c34
commit aee9093848
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