Skip to content

Commit

Permalink
fix title mentorship/points page
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimming7birdz committed Nov 9, 2024
1 parent 0c25aa4 commit 566bafe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/Mentorship.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Mentees will work on projects with their mentors, including:

export default function Mentorship() {
return (
<div className="max-w-5xl mx-auto p-6 mt-20 shadow-md rounded-lg">
<div className="max-w-5xl mx-auto p-6 mt-32 shadow-md rounded-lg">
<h1 className="section-header-text">Mentorship Program 🧑‍🏫</h1>
<ReactMarkdown
children={markdownContent}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/PointsSystem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Earn points through different activities to unlock rewards. Here’s a breakdown

export default function PointsSystem() {
return (
<div className="max-w-5xl mx-auto p-6 my-20 shadow-md rounded-lg">
<div className="max-w-5xl mx-auto p-6 my-32 shadow-md rounded-lg">
<h1 className="section-header-text">Points System AKA Distinguished Members Program 🎯</h1>
<ReactMarkdown
children={markdownContent}
Expand Down

0 comments on commit 566bafe

Please sign in to comment.