Skip to content

Commit

Permalink
Update top margins for section headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Tammo-Feldmann committed Jun 27, 2023
1 parent 947f63e commit 8d3a530
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions src/pages/glossary.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,13 @@ export default function Glossary({ data }) {
<h1>Glossary</h1>

<SectionContent columns={[1, 8]}>
<h2>Introduction</h2>
<h2
css={`
margin-top: 2rem;
`}
>
Introduction
</h2>
<p>
The Airborne Data Management Group (ADMG) uses the following
formalized definitions to build the NASA Airborne and Field
Expand All @@ -74,7 +80,13 @@ export default function Glossary({ data }) {
via their website.
</a>
</p>
<h2>Structure of Airborne and Field Investigation Components</h2>
<h2
css={`
margin-top: 2rem;
`}
>
Structure of Airborne and Field Investigation Components
</h2>
<p>
Many terms are related and represent the hierarchical organization
of investigation information structure as outlined below:
Expand Down Expand Up @@ -125,7 +137,14 @@ export default function Glossary({ data }) {
margin-bottom: 6rem;
`}
>
<SectionHeader id="glossary-img" headline="Terminology map" />
<h2
id="glossary-img"
css={`
margin-top: 2rem;
`}
>
Terminology map
</h2>

<SectionContent>
<figure
Expand Down

0 comments on commit 8d3a530

Please sign in to comment.