diff options
author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-01 18:18:48 +0100 |
---|---|---|
committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-01 18:18:48 +0100 |
commit | 40138cee2b915f33e7d55a195d18f19682f3fb7d (patch) | |
tree | f6aa54ae3815bf7decb6745004f9f5297632f357 /apps | |
parent | be06dc29bb826180286c4a7bcd91caa5b3590416 (diff) | |
download | Nexus-40138cee2b915f33e7d55a195d18f19682f3fb7d.tar.gz Nexus-40138cee2b915f33e7d55a195d18f19682f3fb7d.tar.bz2 Nexus-40138cee2b915f33e7d55a195d18f19682f3fb7d.zip |
Index page - card changes
Diffstat (limited to 'apps')
-rw-r--r-- | apps/website/src/pages/index.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/website/src/pages/index.astro b/apps/website/src/pages/index.astro index 7a6ed7c..b5c6e82 100644 --- a/apps/website/src/pages/index.astro +++ b/apps/website/src/pages/index.astro @@ -72,8 +72,8 @@ import Layout from '@layouts/Layout.astro'; <div class="flex flex-col justify-center items-center py-12 px-0 sm:py-12"> <div class="flex flex-wrap flex-col-reverse md:flex-row justify-center lg:justify-normal lg:flex-nowrap relative isolate overflow-hidden bg-blue-75 py-6 md:shadow sm:rounded-3xl px-6 gap-6 lg:gap-20 lg:px-8 lg:py-0 z-50 md:ring-gray-400/50 md:ring-1"> <div class="flex flex-col justify-center items-center lg:justify-start lg:items-start max-w-screen-md text-center lg:py-8 lg:text-left"> - <div class="flex flex-col justify-center items-center"> - <Icon icon="oneconfig" size={48} class="hidden md:block text-navy-peony mb-4"></Icon> + <div class="flex flex-col justify-center items-start"> + <Icon icon="oneconfig" size={38} class="hidden md:block text-blue-500 mb-4"></Icon> <Header size="lg" class="text-3xl font-semibold tracking-tight text-navy-peony"> OneConfig has <br>finally arrived. </Header> |