Skip to content

Commit

Permalink
Update styling for SkillSet component
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenusan committed Apr 30, 2024
1 parent e8b271d commit 94ec2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SkillSet.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const t = useTranslations(lang);
---

<div>
<h1 class="flex justify-center titles" set:html={t('about.skillset')}></h1>
<h1 class="flex justify-center font-bold mb-10 text-center text-3xl lg:text-4xl" set:html={t('about.skillset')}></h1>
<div class="flex flex-wrap justify-center gap-10">

<div class="card w-80 h-60 shadow-xl border rounded-lg border-custom-blue">
Expand Down

0 comments on commit 94ec2f2

Please sign in to comment.