Skip to content

Commit

Permalink
style(CourseCardImage.jsx): image width change to w-100 for safari br…
Browse files Browse the repository at this point in the history
…owser
  • Loading branch information
Burkay Bayır committed Sep 18, 2024
1 parent 1007dc4 commit 7a0304c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/CourseCard/components/CourseCardImage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const CourseCardImage = ({ cardId, orientation }) => {
const image = (
<>
<img
className="pgn__card-image-cap show"
className="pgn__card-image-cap show w-100"
src={bannerImgSrc}
alt={formatMessage(messages.bannerAlt)}
/>
Expand Down

0 comments on commit 7a0304c

Please sign in to comment.