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> </Container>
</div> </div>
<Container> <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" /> <img src="/jacket.png" alt="Jacket" />
</div> </div>
{/** Replace by HTML Content */} {/** Replace by HTML Content */}