Skip to content

Commit

Permalink
resize blog cover img
Browse files Browse the repository at this point in the history
  • Loading branch information
Ase020 committed Feb 29, 2024
1 parent 2a1bbd3 commit 8cdd995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/APP/pages/blog2/sections/BlogHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function BlogHeader({
<img
src={image}
alt={title}
className="object-cover overflow-hidden w-full md:h-[320px] md:rounded-xl px-4 md:px-0"
className="object-contain overflow-hidden w-full lg:rounded-xl px-4 md:px-0"
/>

<div className="flex flex-row items-center justify-between px-3 ">
Expand Down

0 comments on commit 8cdd995

Please sign in to comment.