fixed the specified bugs

This commit is contained in:
Ebube
2023-09-13 00:34:26 +01:00
parent 18baab3c1b
commit ecdf2590a5
6 changed files with 127 additions and 154 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ function Blog({ blogItem, imgUrl }) {
return (
<>
<div className="single-post-area">
<div className="post-thumb">
<div className="post-thumb" style={{marginTop : "0"}}>
<img src={blogImg} alt="" />
</div>
<h4 className="article-title">{blogItem?.post_title}</h4>