From 4b5483175cbc0b1919423944bc61e83a2111c5fe Mon Sep 17 00:00:00 2001 From: Unrud Date: Thu, 20 Aug 2020 15:38:18 +0200 Subject: [PATCH] Optimize CSS --- assets/screen.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/screen.css b/assets/screen.css index d9f5f44c..d1d8b94a 100644 --- a/assets/screen.css +++ b/assets/screen.css @@ -1,6 +1,4 @@ -html, body { - margin: 0; - padding: 0; +html { font-family: sans-serif; line-height: 1.4; background-color: #E4E9F6; @@ -11,6 +9,7 @@ body { display: flex; flex-direction: column; align-items: center; + margin: 0; } body > * {