Skip to content

Commit

Permalink
Index page - card changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LynithDev committed Jan 1, 2024
1 parent be06dc2 commit 40138ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/website/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 40138ce

Please sign in to comment.