fix: meme headline and donate button
This commit is contained in:
parent
7ff7f2d60b
commit
917a818c83
|
@ -12,7 +12,7 @@ import backgroud from "/src/assets/why-bg-2.png";
|
||||||
src={backgroud.src}
|
src={backgroud.src}
|
||||||
class="absolute xl:relative -z-10 min-w-[1000px] h-[750px] -mx-10 md:-mx-20 lg:-mx-40"
|
class="absolute xl:relative -z-10 min-w-[1000px] h-[750px] -mx-10 md:-mx-20 lg:-mx-40"
|
||||||
/>
|
/>
|
||||||
<div>
|
<div class="py-5 px-2 lg:px-0">
|
||||||
<FeaturedGroup
|
<FeaturedGroup
|
||||||
subtitle="Why should I donate to Lume?"
|
subtitle="Why should I donate to Lume?"
|
||||||
title="Help us break the pattern"
|
title="Help us break the pattern"
|
||||||
|
|
|
@ -12,7 +12,11 @@ import meme4Small from "/src/assets/meme-4-small.png";
|
||||||
<section
|
<section
|
||||||
class="flex flex-col w-full border-y border-dark-aquamarine divide-y divide-dark-aquamarine lg:h-[1200px]"
|
class="flex flex-col w-full border-y border-dark-aquamarine divide-y divide-dark-aquamarine lg:h-[1200px]"
|
||||||
>
|
>
|
||||||
<h3 class="font-display text-4xl md:text-6xl font-bold mb-5 font-display text-primary ">Web3's Current Path</h3>
|
<h3
|
||||||
|
class="font-display text-4xl md:text-6xl font-bold p-5 uppercase bg-dark-aquamarine text-primary"
|
||||||
|
>
|
||||||
|
Web3's Current Path
|
||||||
|
</h3>
|
||||||
<!-- MEME GRID BIG -->
|
<!-- MEME GRID BIG -->
|
||||||
<div
|
<div
|
||||||
class="hidden lg:flex flex-1 flex-row w-full divide-x divide-dark-aquamarine"
|
class="hidden lg:flex flex-1 flex-row w-full divide-x divide-dark-aquamarine"
|
||||||
|
|
Loading…
Reference in New Issue