fix: meme misalignment
This commit is contained in:
parent
25bfd71cea
commit
e773619524
|
@ -52,11 +52,11 @@ import meme4Small from "/src/assets/meme-4-small.png";
|
|||
<div
|
||||
class="hidden lg:flex flex-1 flex-row w-full divide-x divide-dark-aquamarine"
|
||||
>
|
||||
<div class="relative flex-1">
|
||||
<div class="relative flex-1 overflow-hidden">
|
||||
<img
|
||||
src={meme3.src}
|
||||
alt=""
|
||||
class="absolute bottom-0 -left-[110px] xl:-left-5 float-left"
|
||||
class="absolute bottom-0 -left-[110px] xl:-left-5 float-left object-contain"
|
||||
/>
|
||||
<span class="float-right mt-16 w-[300px] space-y-10 mr-1 xl:mr-5">
|
||||
<h3 class="font-display text-6xl">Crypto/<br />DeFi</h3>
|
||||
|
|
Loading…
Reference in New Issue