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:
parent
b6c14d0a61
commit
493891204e
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@
|
||||||
|
|
||||||
html
|
html
|
||||||
{
|
{
|
||||||
height: 100vh;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
background-color: var(--color_htmlbg);
|
background-color: var(--color_htmlbg);
|
||||||
|
|
Loading…
Reference in a new issue