From 21f2363fbb1c2ffdca3b2366e1bfa78119ffbe68 Mon Sep 17 00:00:00 2001 From: sentriz Date: Fri, 28 Jun 2019 16:03:04 +0100 Subject: [PATCH] remove top bottom padding on body --- server/assets/stylesheets/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/assets/stylesheets/main.css b/server/assets/stylesheets/main.css index 7b5281c..f07f982 100644 --- a/server/assets/stylesheets/main.css +++ b/server/assets/stylesheets/main.css @@ -1,7 +1,7 @@ body { max-width: 780px; margin: 0 auto; - padding: 20px; + padding: 0 20px; height: 100vh; display: flex; flex-direction: column;