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; }