Skip to content

Commit

Permalink
Merge branch 'main' of github.com:pheralb/pheralb.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Aug 4, 2024
2 parents 250c05d + 94ce862 commit 34aad56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/featuredProjectCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
class="relative flex flex-col rounded-md border border-neutral-300 px-3 py-4 shadow-sm dark:border-neutral-800"
>
<div
class="pointer-events-none absolute -inset-px opacity-0 transition duration-300"
class="pointer-events-none rounded-md absolute -inset-px opacity-0 transition duration-300"
style={`
opacity: ${opacity};
background: radial-gradient(600px circle at ${position.x}px ${position.y}px, rgba(97, 97, 97, 0.1), transparent 60%);
Expand Down

0 comments on commit 34aad56

Please sign in to comment.