Skip to content

Commit

Permalink
CTA button in blocks: remove custom styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnito committed Feb 14, 2023
1 parent 61064aa commit 3b80e72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ const SectionArticle = props => {
[css.noSidePaddings]: isInsideContainer,
})}
>
<BlockBuilder blocks={blocks} ctaButtonClass={css.ctaButton} options={options} />
<BlockBuilder
blocks={blocks}
ctaButtonClass={defaultClasses.ctaButton}
options={options}
/>
</div>
) : null}
</SectionContainer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@
padding-left: 0;
padding-right: 0;
}

.ctaButton {
margin-top: 24px;
}

0 comments on commit 3b80e72

Please sign in to comment.