Fix component top margins
This commit is contained in:
@@ -4,9 +4,7 @@ import BlogPostCell from 'src/components/BlogPostCell'
|
||||
const BlogPostPage = ({ id }) => {
|
||||
return (
|
||||
<BlogLayout>
|
||||
<div className="-mt-12">
|
||||
<BlogPostCell id={id} />
|
||||
</div>
|
||||
<BlogPostCell id={id} />
|
||||
</BlogLayout>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user