Remove height:100vh, which was breaking article margin-bottom.

With this property, the bottom of the article would touch the bottom
of the screen even though there's supposed to be a bottom margin.
This commit is contained in:
voussoir 2020-11-28 22:50:58 -08:00
parent b6c14d0a61
commit 493891204e

View file

@ -19,7 +19,6 @@
html
{
height: 100vh;
box-sizing: border-box;
background-color: var(--color_htmlbg);