Compare commits
No commits in common. "ae9fbe5690a43691eb660d2e22d998b6a80a5957" and "e23b90db37b63983569e1c4cb6471a2e0a110986" have entirely different histories.
ae9fbe5690
...
e23b90db37
|
@ -36,7 +36,7 @@ import FeaturedGroup from "../ui/FeaturedGroup.astro";
|
||||||
<section id="how" class="relative overflow-hidden max-w-[100vw]">
|
<section id="how" class="relative overflow-hidden max-w-[100vw]">
|
||||||
<div class="custom-bg"></div>
|
<div class="custom-bg"></div>
|
||||||
<div
|
<div
|
||||||
class="max-w-3xl bg-black/50 p-3 py-10 lg:bg-transparent lg:px-0 mx-10 md:mx-20 lg:mx-40"
|
class="max-w-3xl bg-black/50 p-3 lg:bg-transparent lg:p-0 mx-10 md:mx-20 lg:mx-40"
|
||||||
>
|
>
|
||||||
<FeaturedGroup
|
<FeaturedGroup
|
||||||
subtitle="Donate via Gitcoin during funding rounds"
|
subtitle="Donate via Gitcoin during funding rounds"
|
||||||
|
|
|
@ -181,7 +181,7 @@ await addCurrency(
|
||||||
class={`hover:ring-2 flex flex-col bg-black rounded-md p-5 w-full max-w-[calc(100vw-40px)] lg:max-w-none lg:w-[calc(50%-20px)]`}
|
class={`hover:ring-2 flex flex-col bg-black rounded-md p-5 w-full max-w-[calc(100vw-40px)] lg:max-w-none lg:w-[calc(50%-20px)]`}
|
||||||
style={`--tw-ring-color: ${currency.mainColor}`}
|
style={`--tw-ring-color: ${currency.mainColor}`}
|
||||||
>
|
>
|
||||||
<div class="flex flex-row gap-x-4 w-full justify-between">
|
<div class="flex flex-row flex-1 gap-x-4 w-full justify-between">
|
||||||
<div class="w-12 h-12">
|
<div class="w-12 h-12">
|
||||||
<Fragment set:html={currency.svgLogo.default} />
|
<Fragment set:html={currency.svgLogo.default} />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue