Skip to content

Commit

Permalink
fix: set max with of image to 600px on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
orangemug committed Sep 24, 2024
1 parent 447dd32 commit c21a6af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const CurriculumTab: FC = () => {
$objectFit="contain"
priority
$ba={3}
width={600}
$borderStyle={"solid"}
$borderColor={"black"}
/>
Expand Down

0 comments on commit c21a6af

Please sign in to comment.