Skip to content

Commit

Permalink
fix: size iamge
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Alhamra committed Dec 5, 2024
1 parent e41ce1f commit d617afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/molecules/Header.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export default function Header() {
return (
<div className="py-5">
<div className="py-5 sm:p-0 p-5">
<img
className="m-auto"
src="/src/assets/images/pokephoto.png"
src="src/assets/images/pokephoto.png"
alt="Pokemon logo"
width="400"
height="400"
Expand Down

0 comments on commit d617afe

Please sign in to comment.