From ea495db4e37ceef73cfcc15a4798b981f9133106 Mon Sep 17 00:00:00 2001 From: mhmdali102 Date: Tue, 1 Nov 2022 14:53:49 +0200 Subject: [PATCH] fix get-started-button alignment --- public/css/home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/home.css b/public/css/home.css index df869c5..c94c7d4 100644 --- a/public/css/home.css +++ b/public/css/home.css @@ -505,7 +505,7 @@ header { width: 330px; background-color: aquamarine; padding: 20px 80px; - margin-left: 39%; + margin-inline: auto; margin-bottom: 160px; transition: all 0.5s ease; }