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:
parent
47a2cbd339
commit
75da9a779c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
--figcaption-bg-position-y: 0.7em;
|
--figcaption-bg-position-y: 0.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body { font-size: 100%; }
|
html, body { min-height: 100%; font-size: 100%; }
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in a new issue