From b7a00a27d50353f53bd5e74a0c67f1a238518cb7 Mon Sep 17 00:00:00 2001 From: Joris Date: Thu, 20 Apr 2017 23:28:22 +0200 Subject: Update to ps 11.0.0 --- public/main.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'public/main.css') diff --git a/public/main.css b/public/main.css index fc0850a..da0b04e 100644 --- a/public/main.css +++ b/public/main.css @@ -1,8 +1,13 @@ -body { margin: 0; } +html { + box-sizing: border-box; + overflow-y: scroll; +} -/* Box sizing */ -html { box-sizing: border-box; } -*, *:before, *:after { box-sizing: inherit; } +*, *:before, *:after { + box-sizing: inherit; +} + +body { margin: 0; } @media screen and (min-width: 700px) { .page { -- cgit v1.2.3