Skip to content

Commit

Permalink
adding body-container
Browse files Browse the repository at this point in the history
  • Loading branch information
chesteralan committed Mar 8, 2021
1 parent 99b2d06 commit 6a40b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/AdvertorialType3/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function AdvertorialType3(props) {
<Container>
<h1>{heroTitle}</h1>
<S.MainWrapper>
<S.MainContainer>
<S.MainContainer className="body-container">
<Hero
image={heroImg}
body={documentToReactComponents(heroSection, renderOptions)}
Expand Down

0 comments on commit 6a40b11

Please sign in to comment.