From 6a8e0f774819597c42109007d45e760bd4f93f32 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sat, 21 Jan 2017 20:31:45 +0300 Subject: [PATCH] Fix body margins --- source/styles/app.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {