File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" }
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments