1
0
Fork 0
mirror of https://gitlab.com/sbrl/GalleryShare.git synced 2018-06-12 22:45:16 +00:00

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

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;