1
0
Fork 0

Fix height of html / body elements on short pages

This commit is contained in:
Starbeamrainbowlabs 2017-07-21 20:56:44 +01:00
parent 47a2cbd339
commit 75da9a779c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
--figcaption-bg-position-y: 0.7em;
}
html, body { font-size: 100%; }
html, body { min-height: 100%; font-size: 100%; }
body
{
margin: 0;