diff --git a/app/globals.css b/app/globals.css index b5efb27..901f21c 100644 --- a/app/globals.css +++ b/app/globals.css @@ -171,20 +171,11 @@ @apply scroll-m-20 text-3xl tracking-tight first:mt-0; } p { - @apply leading-7 [&:not(:first-child)]:mt-6 text-muted-foreground; + @apply leading-4 text-muted-foreground; } span { @apply text-muted-foreground; } - h1 { - @apply scroll-m-20 text-4xl tracking-tight text-balance; - } - h2 { - @apply scroll-m-20 text-3xl tracking-tight first:mt-0; - } - p { - @apply leading-7 [&:not(:first-child)]:mt-6 text-muted-foreground; - } } /* Terminal scroll indicator animation */ diff --git a/app/login/page.tsx b/app/login/page.tsx index 6ff9552..ff5dac0 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -47,18 +47,18 @@ export default function LoginPage() { }; return ( -
- +
+ - Welcome to Fulling - + Welcome to Fulling + You're one click away from creating your own full-stack app.
-
-