From 6031c345c29ca43b57be92791d346b8745c342fe Mon Sep 17 00:00:00 2001 From: PAULINHO Date: Mon, 21 Oct 2019 15:46:19 -0300 Subject: [PATCH] Properties may be safely replaced with 'margin' shorthand --- css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index cf3d95d..3151a61 100644 --- a/css/style.css +++ b/css/style.css @@ -6,8 +6,7 @@ body { width: 30px; height: 30px; display: block; - margin: auto; - margin-top: 10px; + margin: 10px auto auto; } .builds {