diff --git a/src/components/ExperienceCard.astro b/src/components/ExperienceCard.astro index a3d123a..985061c 100644 --- a/src/components/ExperienceCard.astro +++ b/src/components/ExperienceCard.astro @@ -11,15 +11,15 @@ export interface Props { const { title, company, period, location, achievements, technologies } = Astro.props; --- -
-

{title}

-

{company}, {period}, {location}

-