Skip to content

Commit 96c0b73

Browse files
authored
Merge pull request #8 from ProphetFund/develop
fix: peanutman and header
2 parents c932d0e + 910cd0d commit 96c0b73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/global/header/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function Header({ showMarquee = true }: { showMarquee?: boolean }) {
5050
</Link>
5151
<button
5252
id="connectButton"
53-
className="text-center brutalborder cursor-pointer block p-1 sm:py-2 sm:px-4 bg-white text-black font-bold text-sm lg:text-lg hover:invert h-full"
53+
className="text-center brutalborder cursor-pointer block p-1 sm:py-2 sm:px-4 bg-white text-black font-bold text-sm lg:text-lg hover:invert h-full md:mr-4"
5454
onClick={open}
5555
>
5656
{isConnected ? utils.shortenAddress(address ?? "") : "Connect"}

src/components/global/peanutMan/peanutMan.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function PeanutMan({ type }: { type: string }) {
3030
return (
3131
<img
3232
src={peanutmanSvg.src}
33-
className="w-2/3 sm:w-1/2 scale-100 absolute z-index-100 -bottom-40 -left-32 sm:-bottom-48 sm:-left-32 md:-bottom-56 md:-left-48 2xl:-bottom-80 2xl:-left-80 2xl:-mb-24 2xl:-ml-32 hidden md:block"
33+
className="w-2/3 sm:w-1/2 scale-100 absolute z-index-100 -bottom-40 -left-32 sm:-bottom-48 sm:-left-32 md:-bottom-56 md:-left-48 2xl:-bottom-80 2xl:-left-80 2xl:-mb-4 2xl:-ml-8 hidden md:block"
3434
/>
3535
);
3636
}

0 commit comments

Comments
 (0)