From 82470cb0e3f94e33d4b005ea7077c704d4df452b Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Tue, 3 Sep 2019 18:16:29 +0100 Subject: [PATCH] fix(css): page height should be max --- themes/typing/source/css/typing.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index 7d745c6..d471e37 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -14,6 +14,11 @@ body { line-height: 1.5; } +html, +body { + height: 100%; +} + /* * Restrict sizing to the page width in all browsers (opinionated). * sanitize/page @@ -321,11 +326,6 @@ blockquote { margin: 0 auto; } -.home h1, -.home strong { - color: #222; -} - .home hr { width: 80%; margin: 1em auto;