From b52842c2545c784c77c5d64b27b38c6a444422e4 Mon Sep 17 00:00:00 2001 From: asus Date: Sat, 8 Jun 2024 12:08:58 +0200 Subject: [PATCH] small fixe on spaces in hero section --- styles/elements/hero.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/elements/hero.css b/styles/elements/hero.css index 09577e8..a6d208d 100644 --- a/styles/elements/hero.css +++ b/styles/elements/hero.css @@ -15,5 +15,5 @@ text-align: center; display:inline-block; max-width: 700px; - margin: auto; + margin: 0px auto; }