Skip to content

Commit

Permalink
fix: article not wrapping whole content
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenSmn committed Apr 3, 2023
1 parent a00b6a2 commit f712421
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/organizations/[organizationid].js
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,6 @@ export default function Organization(props) {
>
About the Organization
</Typography>
</article>
<article>
<Typography variant="body2" mt={7}>
<Box
component="span"
Expand All @@ -443,8 +441,6 @@ export default function Organization(props) {
<Typography variant="h4" sx={{ mt: { xs: 10, md: 16 } }}>
Mission
</Typography>
</article>
<article>
<Typography variant="body2" mt={7}>
<Box
component="span"
Expand Down

0 comments on commit f712421

Please sign in to comment.