mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
Prevent bottom of page appearing under footer
This commit is contained in:
parent
1d6b080132
commit
0249c764b4
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
body {
|
||||
width: min(100vw, 70em);
|
||||
margin: 0 auto;
|
||||
// pad out the underside of the footer
|
||||
padding-bottom: 5em;
|
||||
}
|
||||
|
||||
html {
|
||||
|
|
Loading…
Reference in a new issue