We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da7320 commit 0945b06Copy full SHA for 0945b06
2 files changed
src/pages/Contributors.jsx
@@ -149,7 +149,7 @@ export default function Contributors() {
149
return (
150
<React.Fragment>
151
<section
152
- className="w-full pt-44 md:pt-56 px-0"
+ className="w-full pt-20 md:pt-30 px-0"
153
style={{ paddingBottom: "7rem" }}
154
>
155
<div
src/pages/Members.jsx
@@ -127,7 +127,7 @@ export default function Members() {
127
128
129
130
- <section className="w-full pt-44 md:pt-56 px-0" style={{ paddingBottom: "7rem" }}>
+ <section className="w-full pt-15 md:pt-30 px-0" style={{ paddingBottom: "7rem" }}>
131
132
style={{
133
maxWidth: "1200px",
0 commit comments