From 493891204e54d3aa2a8393e074010061fd2605fe Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 28 Nov 2020 22:50:58 -0800 Subject: [PATCH] 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. --- voussoir.net/writing/dark.css | 1 - 1 file changed, 1 deletion(-) diff --git a/voussoir.net/writing/dark.css b/voussoir.net/writing/dark.css index c337055..d9f86f5 100644 --- a/voussoir.net/writing/dark.css +++ b/voussoir.net/writing/dark.css @@ -19,7 +19,6 @@ html { - height: 100vh; box-sizing: border-box; background-color: var(--color_htmlbg);