We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2aecf commit d2a7463Copy full SHA for d2a7463
1 file changed
src/components/Skills.astro
@@ -43,15 +43,15 @@ const skills: Array<{
43
<section id="core-skills" class="py-20 space-y-6">
44
<GlowingHeader>Core Skills</GlowingHeader>
45
46
- <ul class="grid grid-cols-1 md:grid-cols-3 gap-4 text-gray-300">
+ <ul class="grid grid-cols-1 md:grid-cols-3 gap-4">
47
{
48
skills.map((skill) => {
49
return (
50
<li class="h-[300px] md:h-auto">
51
<SpotlightCard
52
client:only="react"
53
spotlightColor="rgba(0, 229, 255, 0.2)"
54
- className="flex justify-center items-center flex-col gap-2 h-full"
+ className="flex justify-center items-center flex-col gap-3 h-full cursor-default select-none text-sm uppercase text-center font-bold"
55
>
56
<Image
57
draggable="false"
0 commit comments