fixed font issue and btn style

This commit is contained in:
victorAnumudu
2024-05-17 19:33:12 +01:00
parent 96b1c8d6a6
commit f23e179332
4 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ function Blogs({ pathname }) {
data-wow-delay="200ms"
>
<Link to={`/blog/blogdetail/${blog?.id}`} className="thumb">
<img src={blgImg} alt={blog.post_title} style={{cursor: "pointer"}} width={370} height={278} loading="lazy" />
<img src={blgImg} alt={blog.post_title} width={370} height={'auto'} loading="lazy" />
</Link>
<div className="content">
<div className="blog-meta">