Skip to content

Commit 2c42ab1

Browse files
authored
Merge pull request #577 from Shresth-14/membercontri
Members and contributors page layout fix
2 parents e5e87d6 + 0945b06 commit 2c42ab1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/Contributors.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export default function Contributors() {
149149
return (
150150
<React.Fragment>
151151
<section
152-
className="w-full pt-44 md:pt-56 px-0"
152+
className="w-full pt-20 md:pt-30 px-0"
153153
style={{ paddingBottom: "7rem" }}
154154
>
155155
<div

src/pages/Members.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export default function Members() {
127127

128128
return (
129129
<React.Fragment>
130-
<section className="w-full pt-44 md:pt-56 px-0" style={{ paddingBottom: "7rem" }}>
130+
<section className="w-full pt-15 md:pt-30 px-0" style={{ paddingBottom: "7rem" }}>
131131
<div
132132
style={{
133133
maxWidth: "1200px",

0 commit comments

Comments
 (0)