diff options
author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-06 19:14:43 +0100 |
---|---|---|
committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-06 19:14:43 +0100 |
commit | 9e95047521bd886e3104532712eb929d2e475c6d (patch) | |
tree | 25b6ef1e0b1c915f4a86b5e21250f59abc6c5946 | |
parent | 90b3a901f3288033cf491192741badc22293d86e (diff) | |
download | Nexus-9e95047521bd886e3104532712eb929d2e475c6d.tar.gz Nexus-9e95047521bd886e3104532712eb929d2e475c6d.tar.bz2 Nexus-9e95047521bd886e3104532712eb929d2e475c6d.zip |
Mods page, page header smaller max width
-rw-r--r-- | apps/website/src/pages/mods.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/src/pages/mods.astro b/apps/website/src/pages/mods.astro index 8735b0e..4f4e60a 100644 --- a/apps/website/src/pages/mods.astro +++ b/apps/website/src/pages/mods.astro @@ -41,7 +41,7 @@ const modrinthId = configConst.socials.modrinthId; </div> <div class="flex flex-col justify-start items-center max-w-full mt-6 md:mt-10 gap-6 px-4"> - <Header align="center" size="xxl" class="text-navy-peony max-w-xl">Redefining modding, one mod at a time</Header> + <Header align="center" size="xxl" class="text-navy-peony max-w-[500px]">Redefining modding, one mod at a time</Header> <div class="flex flex-row justify-center items-center gap-x-2"> <Button style="primary" iconLeft="download" href={`https://modrinth.com/user/${configConst.socials.modrinthId}`}>Download</Button> <Button style="secondary" iconLeft="github" href={configConst.socials.github}>Source</Button> |