Update footer spacing

pull/5237/head
Kamran Ahmed 8 months ago
parent 9f8fcb8265
commit dd3a46e972
  1. 2
      src/components/OpenSourceBanner.astro

@ -21,7 +21,7 @@ const discordInfo = await getDiscordInfo();
</p>
<div
class='my-5 grid grid-cols-1 justify-between gap-2 divide-x-0 sm:my-11 sm:grid-cols-3 sm:gap-0 sm:divide-x'
class='mt-5 grid grid-cols-1 justify-between gap-2 divide-x-0 sm:my-11 sm:grid-cols-3 sm:gap-0 sm:divide-x'
>
<OpenSourceStat text='GitHub Stars' value={starCount} />
<OpenSourceStat text='Registered Users' value={'850k'} />

Loading…
Cancel
Save