Skip to content

Commit edf1bb9

Browse files
committed
fix[design]: Centered skills cards
1 parent deb7cba commit edf1bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Skills.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const skills: Array<{
4747
{
4848
skills.map((skill) => {
4949
return (
50-
<li class="h-[300px] md:h-auto">
50+
<li class="h-[300px] md:h-auto mx-auto">
5151
<SpotlightCard
5252
client:only="react"
5353
spotlightColor="rgba(0, 229, 255, 0.2)"

0 commit comments

Comments
 (0)