Skip to content

Commit

Permalink
updated style
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Jan 12, 2024
1 parent 968fa21 commit 7d7ee16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(website)/sponsor/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Sponsors({
)}
>
{sponsors.map((sponsor, i) => (
<div key={i} className="group/sponsor relative rounded-lg bg-white">
<div key={i} className="group/sponsor relative rounded-lg bg-white p-4">
<div
className="absolute inset-0 scale-0 opacity-0 blur-xl transition-all duration-300 group-hover/sponsor:scale-100 group-hover/sponsor:opacity-50"
style={{
Expand Down

0 comments on commit 7d7ee16

Please sign in to comment.