Skip to content

Commit

Permalink
Prevent footer from being partially hidden on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
benoittgt committed Jul 28, 2020
1 parent 84c983d commit 3b03435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/default/fulldoc/html/css/style.css
Expand Up @@ -52,6 +52,7 @@ body {
background: #fff;
padding: 1.2em;
padding-top: 0.2em;
box-sizing: border-box;
}

@media (max-width: 920px) {
Expand Down

0 comments on commit 3b03435

Please sign in to comment.