Skip to content

Commit

Permalink
docs(suspensive.org): logo image size
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Dec 19, 2024
1 parent 7939af2 commit 4421466
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/suspensive.org/src/components/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,14 @@ export const HomePage = ({
alt="Suspensive with star"
width={360}
height={360}
className="-mb-4 h-52 w-52 md:h-auto md:w-auto"
className="-mb-4 hidden md:block md:h-auto md:w-auto"
/>
<Image
src="/img/homepage_logo.png"
alt="Suspensive with star"
width={210}
height={210}
className="-mb-4 md:hidden md:h-auto md:w-auto"
/>
<div className="flex flex-col items-center gap-4">
<div className="break-keep px-4 text-4xl font-bold leading-tight md:text-6xl">
Expand Down

0 comments on commit 4421466

Please sign in to comment.