From fc818ac1576b80941619d070d0f7c8a85c1c024b Mon Sep 17 00:00:00 2001 From: Asis Ferrer Date: Sat, 1 Nov 2025 12:06:53 +0000 Subject: [PATCH] Update styles in Experience, Hero, and Projects components for improved visual consistency and accessibility --- src/components/Experience.astro | 6 +++--- src/components/Hero.astro | 8 ++++---- src/components/Projects.astro | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/Experience.astro b/src/components/Experience.astro index 0762252..c6434d4 100644 --- a/src/components/Experience.astro +++ b/src/components/Experience.astro @@ -18,7 +18,7 @@ interface ExperienceProps {
-
+
@@ -30,11 +30,11 @@ interface ExperienceProps {

{exp.role}

- + 📅 {exp.duration}
-
+
{exp.company}

diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 7f11361..600cc74 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -9,18 +9,18 @@ const { name, title, bio, github, linkedin } = Astro.props; {`${name} -

+

{name}

{title}

diff --git a/src/components/Projects.astro b/src/components/Projects.astro index b79ba6d..bac7387 100644 --- a/src/components/Projects.astro +++ b/src/components/Projects.astro @@ -27,10 +27,10 @@ interface ProjectProps { )}
-

+

{project.title}

-

{project.description}

+

{project.description}

{project.tags.map((tag: ProjectTag) => (