Skip to content

Commit

Permalink
fix headings position
Browse files Browse the repository at this point in the history
  • Loading branch information
renemennab committed Jul 3, 2024
1 parent 9f10220 commit 32cfab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function Community({
)}
>
<ResponsiveText
className="mb-xxlarge max-w-[1100px] text-center"
className=" mb-xxlarge text-center"
as="h2"
textStyles={{
'': 'mTitle2',
Expand Down Expand Up @@ -77,7 +77,7 @@ export default function Community({
>
<StandardPageWidth>
<ResponsiveText
className="mb-xxlarge max-w-[1100px] text-center"
className=" mb-xxlarge text-center"
as="h2"
textStyles={{
'': 'mTitle2',
Expand Down

0 comments on commit 32cfab9

Please sign in to comment.