From 0a1f0029279088771425c900e489dabfac46e361 Mon Sep 17 00:00:00 2001 From: slice Date: Fri, 13 Jul 2018 18:42:55 -0700 Subject: [PATCH] re-add top margin to page --- priv/frontend/src/index.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/priv/frontend/src/index.css b/priv/frontend/src/index.css index 77be4b9..a49d1d7 100644 --- a/priv/frontend/src/index.css +++ b/priv/frontend/src/index.css @@ -8,10 +8,6 @@ body { font: 16px/1.5 system-ui, sans-serif; } -h1:first-child { - margin-top: 0; -} - *, *:before, *:after { box-sizing: inherit; }