From 4d9a8f9d7c7dc1557abe23140ddb0f269a107cfc Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 13:02:44 +0000 Subject: [PATCH] Update style.css --- s/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/s/style.css b/s/style.css index b34fa7f..2b96941 100644 --- a/s/style.css +++ b/s/style.css @@ -1,3 +1,9 @@ +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + html, body { max-height: 100%; width: 100%;