From c08dff517143d6aa1a07902328096dc6f3a2a803 Mon Sep 17 00:00:00 2001 From: asus Date: Fri, 7 Jun 2024 23:32:58 +0200 Subject: [PATCH] added margin auto to subtitle in hero and cv section --- styles/elements/hero.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/elements/hero.css b/styles/elements/hero.css index 54fae9a..09577e8 100644 --- a/styles/elements/hero.css +++ b/styles/elements/hero.css @@ -15,4 +15,5 @@ text-align: center; display:inline-block; max-width: 700px; + margin: auto; }