Skip to content

Commit

Permalink
Merge pull request #4510 from harshit-senpai/imageFix
Browse files Browse the repository at this point in the history
made image responsive
  • Loading branch information
Nikhil-Ladha authored Jul 16, 2023
2 parents ada843b + ad6cc6b commit 113ce07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/Blog/Blog-list/blogList.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const BlogPageWrapper = styled.div`
height: 15rem;
img{
max-height:9rem;
max-height:15rem;
}
}
}
Expand All @@ -84,7 +84,7 @@ export const BlogPageWrapper = styled.div`
height: 9rem;
}
.blog-list-wrapper{
margin: 0rem auto 5rem;
margin: 1.5rem auto 5rem;
}
.blog-lists{
margin-top: 0rem;
Expand Down

0 comments on commit 113ce07

Please sign in to comment.