Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Sean/add spacing below subscribe banner #2083

Merged
1 commit merged into from Sep 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/academy/blog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const ArticlesPage = ({ data }) => {
</SmallContainer>
</Hero>
{article_data && <AllArticles article_data={article_data} />}
<Container>
<Container pb="80px" tabletL={{ pb: '40px' }}>
<Flex direction="column" ai="flex-start" jc="space-between">
<Subscribe />
</Flex>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/academy/videos/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const VideosPage = ({ data }) => {
</SmallContainer>
</Hero>
{video_data && <AllVideos video_data={video_data} />}
<Container>
<Container pb="80px" tabletL={{ pb: '40px' }}>
<Flex direction="column" ai="flex-start" jc="space-between">
<Subscribe />
</Flex>
Expand Down