From 2d077296a696caa00cc89801642396e19895fe9b Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 21 Nov 2018 08:16:55 +0000 Subject: [PATCH] Standards rendering mode fixes --- passmate.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/passmate.css b/passmate.css index 21dc067..5803a95 100644 --- a/passmate.css +++ b/passmate.css @@ -43,10 +43,15 @@ } } +html { + height: 100%; +} + body { margin: 0; font-family: 'proxima-nova'; font-weight: 400; + height: 100%; } h1 {