From 3d892a44a8b8bf7387402b378e8c098522ee5421 Mon Sep 17 00:00:00 2001 From: Jan-Marlon Leibl Date: Mon, 10 Mar 2025 20:52:10 +0100 Subject: [PATCH] style(Hero): center-align text and adjust flex properties --- src/components/sections/Hero.astro | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/sections/Hero.astro b/src/components/sections/Hero.astro index 4c2bbdc..5e4e255 100644 --- a/src/components/sections/Hero.astro +++ b/src/components/sections/Hero.astro @@ -65,33 +65,33 @@ import GermanyFlag from '../ui/GermanyFlag.astro';
-
-
-
- EMAIL +
+ -
-
- ROLE +
+
+ ROLE
- + Fullstack Developer
-
-
- EXPERIENCE +
+
+ EXPERIENCE
- + 5+ Years
@@ -113,4 +113,4 @@ import GermanyFlag from '../ui/GermanyFlag.astro'; .animate-button:active { transform: scale(0.98); } - \ No newline at end of file + \ No newline at end of file