Skip to content

Commit d2a7463

Browse files
committed
feat[design]: Core skills improved
1 parent 3c2aecf commit d2a7463

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Skills.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ const skills: Array<{
4343
<section id="core-skills" class="py-20 space-y-6">
4444
<GlowingHeader>Core Skills</GlowingHeader>
4545

46-
<ul class="grid grid-cols-1 md:grid-cols-3 gap-4 text-gray-300">
46+
<ul class="grid grid-cols-1 md:grid-cols-3 gap-4">
4747
{
4848
skills.map((skill) => {
4949
return (
5050
<li class="h-[300px] md:h-auto">
5151
<SpotlightCard
5252
client:only="react"
5353
spotlightColor="rgba(0, 229, 255, 0.2)"
54-
className="flex justify-center items-center flex-col gap-2 h-full"
54+
className="flex justify-center items-center flex-col gap-3 h-full cursor-default select-none text-sm uppercase text-center font-bold"
5555
>
5656
<Image
5757
draggable="false"

0 commit comments

Comments
 (0)