diff --git a/source/styles/app.css b/source/styles/app.css index a1fe92b..a2f0228 100644 --- a/source/styles/app.css +++ b/source/styles/app.css @@ -1,6 +1,8 @@ -body { +html, body { font-size: 18px; font-family: 'PT Serif', Serif; + padding: 0; + margin: 0; } .content {