BlogPost banner height set

This commit is contained in:
rockyeverlast
2024-04-30 17:30:08 +05:30
parent d63895800d
commit e974c45f00

View File

@@ -53,7 +53,7 @@ const BlogPost = () => {
>
<Box
bg="#000000"
minHeight={"50vh"}
minHeight={"60vh"}
width={"70vw"}
display={"flex"}
gap={5}