fix: restore hero section content padding refs #101
This commit is contained in:
parent
ddbc33dc32
commit
a33a4be92d
|
@ -35,7 +35,9 @@ export const HomePage: React.FC<HomePageProps> = ({
|
|||
|
||||
return (
|
||||
<Root {...props}>
|
||||
<Container>
|
||||
<Hero tags={tags} />
|
||||
</Container>
|
||||
<MostRecentContainer>
|
||||
<Container>
|
||||
<PostsGrid
|
||||
|
|
Loading…
Reference in New Issue