Skip to content

Commit c68af2a

Browse files
Constrain size of header logo (#40)
1 parent 8dfecc6 commit c68af2a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Logo.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ const Logo = () => {
99
<Image
1010
alt="Code with Aloha logo"
1111
src={logoImg}
12-
width={500}
13-
height={500}
14-
className="w-full xl:max-h-24 max-h-[3rem] cursor-pointer m-2 hover:animate-pulse"
12+
width={96}
13+
height={96}
14+
className="cursor-pointer hover:animate-pulse"
1515
/>
1616
</Link>
1717
);

0 commit comments

Comments
 (0)