Skip to content

Commit ebf7847

Browse files
committed
fix: remove overlapping on the sponsorship section
1 parent 72caba7 commit ebf7847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/sponsorship/Sponsorship.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const Sponsorship: FC<React.PropsWithChildren<unknown>> = () => {
110110

111111
return (
112112
<div style={{
113-
maxWidth: "80rem",
113+
maxWidth: "85rem",
114114
marginLeft: "auto",
115115
marginRight: "auto"
116116
}}>

0 commit comments

Comments
 (0)