Skip to content

Commit

Permalink
Merge branch 'main' into RossoMaguire/TITAN-287
Browse files Browse the repository at this point in the history
  • Loading branch information
RossoMaguire committed Mar 31, 2023
2 parents 1a4a95d + cd4e241 commit 98ff193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/ContentWrapper/ContentWrapper.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
margin-left: 0;
margin-right: 0;
}

strong {
font-weight: 700;
}
Expand Down
7 changes: 1 addition & 6 deletions wp-templates/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ export default function Component(props) {
menuItems={primaryMenu}
/>
<Main>
<>
<EntryHeader title={title} image={featuredImage?.node} />
<Container>
<ContentWrapper content={content} />
</Container>
</>
<ContentWrapper content={content} />
</Main>
<Footer title={siteTitle} menuItems={footerMenu} />
</>
Expand Down

0 comments on commit 98ff193

Please sign in to comment.