We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91a76a commit 9c7a961Copy full SHA for 9c7a961
1 file changed
src/components/Layout/HomeContent.js
@@ -517,10 +517,10 @@ export function HomeContent() {
517
<Image
518
alt="logo by @sawaratsuki1004"
519
title="logo by @sawaratsuki1004"
520
- className="uwu-visible mb-10 lg:mb-8 h-24 lg:h-32"
+ className="uwu-visible mb-10 lg:mb-8 h-24 lg:h-32 w-auto"
521
src="/images/uwu.png"
522
- width={100}
523
- height={100}
+ width={313}
+ height={160}
524
/>
525
</div>
526
<Logo className="uwu-hidden text-brand dark:text-brand-dark w-24 lg:w-28 mb-10 lg:mb-8 mt-12 h-auto mx-auto self-start" />
0 commit comments