diff --git a/static/style.css b/static/style.css index 423f0fa..b35d97d 100644 --- a/static/style.css +++ b/static/style.css @@ -48,7 +48,7 @@ h1 { html, body { /* structural */ - min-height:100%; + min-height:100vh; margin:0; border:0; padding:0; @@ -73,9 +73,7 @@ body { width:960px; position:relative; - height:auto !important; - height:100%; /* oldIE */ - min-height:100%; + min-height:100vh; /* cosmetic */ background:white;