From 319039a4829d67b3d25967d7b64040297d50e896 Mon Sep 17 00:00:00 2001 From: serhio Date: Thu, 27 Sep 2018 17:29:00 +0200 Subject: [PATCH] body css fix probably a mistake --- src/app/app.component.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/app.component.css b/src/app/app.component.css index 64f6711..7617984 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -1,8 +1,8 @@ ->>> body { +body { margin: 0; } main { margin: 30px; -} \ No newline at end of file +}