From 668663ae87801c30c954576a9e1842a0c84cf1cb Mon Sep 17 00:00:00 2001 From: Levi Olson Date: Wed, 6 May 2020 17:15:45 -0500 Subject: [PATCH] Simple update to fill page --- core.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core.css b/core.css index 6b00018..549ca6e 100644 --- a/core.css +++ b/core.css @@ -1,3 +1,6 @@ +html { + height: 100%; +} body { font-family: Hack, Menlo, Monaco, Ubuntu Mono, monospace; font-size: 14px; @@ -223,4 +226,4 @@ pre>code { src: url('fonts/hack-bolditalic.woff2?sha=e700a30') format('woff2'), url('fonts/hack-bolditalic.woff?sha=e700a30') format('woff'); font-weight: 700; font-style: italic; -} \ No newline at end of file +}