Skip to content

Commit

Permalink
fix: sponsor card styling
Browse files Browse the repository at this point in the history
  • Loading branch information
MayurSChittaragi committed Oct 16, 2023
1 parent b76f924 commit da5c657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/sponsorship.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const Sponsorship: React.FC = () => {
<div
key={item.name}
style={{
marginBottom: "1rem",
// marginBottom: "1rem",
padding: "1rem",
borderRadius: "0.5rem",
backgroundColor: "white",
Expand Down

0 comments on commit da5c657

Please sign in to comment.