From 0419434e8932c1793e4f9cc0d54902ba364a806c Mon Sep 17 00:00:00 2001 From: slice Date: Fri, 13 Jul 2018 18:50:00 -0700 Subject: [PATCH] fix page dimensions --- priv/frontend/src/index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/priv/frontend/src/index.css b/priv/frontend/src/index.css index a49d1d7..9bde4b7 100644 --- a/priv/frontend/src/index.css +++ b/priv/frontend/src/index.css @@ -4,10 +4,14 @@ html, body { body { margin: 0; - padding: 1rem; + padding: 2rem; font: 16px/1.5 system-ui, sans-serif; } +h1:first-child { + margin-top: 0; +} + *, *:before, *:after { box-sizing: inherit; }