Fixed margin top issue for the floating jacket in the blog page

This commit is contained in:
DevAlberto 2021-03-26 00:45:48 -03:00
parent b5ba5e76be
commit 2d39b45adf

View File

@ -53,7 +53,7 @@ export default function Blog() {
</Container>
</div>
<Container>
<div className="-mt-96 mx-auto">
<div className="-mt-64 mx-auto md:-mt-72 lg:-mt-80 xl:-mt-96">
<img src="/jacket.png" alt="Jacket" />
</div>
{/** Replace by HTML Content */}