mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 17:26:36 -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 {
|
body {
|
||||||
width: min(100vw, 70em);
|
width: min(100vw, 70em);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
// pad out the underside of the footer
|
||||||
|
padding-bottom: 5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
|
Loading…
Reference in a new issue