Skip to content

Commit

Permalink
fix: about page elements outside of container
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Sep 19, 2024
1 parent 2ccb1d5 commit 3c6c782
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -130,22 +130,22 @@ const brandingAssets = [
))
}
</div>
</ContentLayout>

<HeadingFlanked class="about-heading" id="squiggle-tools">
Squiggle.Tools
</HeadingFlanked>
<HeadingFlanked class="about-heading" id="squiggle-tools">
Squiggle.Tools
</HeadingFlanked>

<BodyText as="p" size="large" width="full">
SquiggleConf is a production of Squiggle.Tools, a nonprofit organization
(501(c)3 pending) offering ongoing learning opportunities that enable
participants to engage, learn, and advance their careers—regardless of their
background or resources.
</BodyText>
<BodyText as="p" size="large" width="full">
SquiggleConf is a production of Squiggle.Tools, a nonprofit organization
(501(c)3 pending) offering ongoing learning opportunities that enable
participants to engage, learn, and advance their careers—regardless of their
background or resources.
</BodyText>

<ul class="bios">
{bios.map((bio) => <Bio class="about-us-bio" {...bio} size="medium" />)}
</ul>
<ul class="bios">
{bios.map((bio) => <Bio class="about-us-bio" {...bio} size="medium" />)}
</ul>
</ContentLayout>

<style>
.about-heading {
Expand Down

0 comments on commit 3c6c782

Please sign in to comment.