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.
master
voussoir 2020-11-28 22:50:58 -08:00
parent b6c14d0a61
commit 493891204e
1 changed files with 0 additions and 1 deletions

View File

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