Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasvarone committed Dec 28, 2023
1 parent 8451093 commit 87fbc93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function FeatureAlternatePositionIcon(props: FeatureAlternatePosi
href={feature.link}
key={index}
className='flex flex-col gap-y-5 justify-between border bg-gradient-to-br border-slate-800 \
from-slate-900 to-slate-800 p-7 rounded-xl'
from-slate-900 to-slate-800 p-7 rounded-xl transition ease-in-out hover:scale-105 duration-300'
>
<div>
<div className='mb-6'>
Expand Down

0 comments on commit 87fbc93

Please sign in to comment.