diff options
author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-06 11:50:17 +0100 |
---|---|---|
committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-06 11:50:17 +0100 |
commit | 569eed93a68c0cc6707f8640f5dd569f6176964a (patch) | |
tree | 69e7de61a6a672d46ee5db0eee3ef8f47169f7b6 /apps/website/src/pages/index.astro | |
parent | 1beed29a838774cc3b177f38bb765d9e307e9f28 (diff) | |
download | Nexus-569eed93a68c0cc6707f8640f5dd569f6176964a.tar.gz Nexus-569eed93a68c0cc6707f8640f5dd569f6176964a.tar.bz2 Nexus-569eed93a68c0cc6707f8640f5dd569f6176964a.zip |
Padding fixes and slight tweaks to icons etc
Diffstat (limited to 'apps/website/src/pages/index.astro')
-rw-r--r-- | apps/website/src/pages/index.astro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/website/src/pages/index.astro b/apps/website/src/pages/index.astro index 200867d..c078345 100644 --- a/apps/website/src/pages/index.astro +++ b/apps/website/src/pages/index.astro @@ -107,19 +107,19 @@ import Layout from '@layouts/Layout.astro'; We're a group of passionate, self-driven designers, developers, and modders creating mods and libraries for the Minecraft community. </Paragraph> <div class="mt-3 flex flex-row gap-y-6 gap-x-8 text-base font-semibold leading-7 text-gray-600 lg:gap-x-10"> - <Button style="secondary" size="sm" iconLeft="link-external">Meet the team</Button> + <Button style="secondary" size="sm" iconLeft="user">Meet the team</Button> </div> </div> </div> <div class="flex justify-start md:justify-end mb-20 lg:-mr-10"> - <div class="flex flex-col"> + <div class="flex flex-col text-right"> <Header class="text-5xl font-bold tracking-tight text-navy-peony mt-8"> Our commitment </Header> <Paragraph class="mt-3 text-md leading-8 text-navy-peony"> Above all, we're committed to bringing quality, open sourced tools built <br> around usability, accessibility to the greater modding community. </Paragraph> - <div class="flex flex-row justify-start items-start mt-3 gap-y-6 text-base font-semibold leading-7 text-brand-600 gap-x-4"> + <div class="flex flex-row justify-end items-end mt-3 gap-y-6 text-base font-semibold leading-7 text-brand-600 gap-x-4"> <Button iconLeft="book-open" size="sm" href="/oss">Why open source?</Button> <Button iconLeft="github" style="secondary" size="sm" href={configConst.socials.github}>GitHub</Button> </div> |