Skip to content

Commit

Permalink
mobl padding fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fero1xd committed Jul 7, 2024
1 parent 7ae232d commit 05cd57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import Link from 'next/link';
export default function Home() {
return (
<Main className='min-h-screen'>
<Section className='!pb-0 lg:!pt-40 md:!pt-32'>
<Section className='!pb-0 pt-40 lg:!pt-40 md:!pt-32'>
<Container className='text-center'>
<div className='relative group overflow-visible mb-5 lg:mb-0 md:mb-0'>
<Balancer>
<h1 className='z-[5] relative !mb-0 !font-extrabold leading-tight sm:leading-tight lg:leading-relaxed text-transparent bg-clip-text from-blue-500 via-teal-500 to-pink-500 bg-gradient-to-r'>
create-sugarcoat-app
</h1>
<h1 className='blur-xl select-none absolute -inset-2 mb-0 !font-bold leading-tight sm:leading-tight lg:leading-relaxed text-transparent bg-clip-text from-blue-500 via-teal-500 to-pink-500 bg-gradient-to-r'>
<h1 className='blur-xl select-none absolute inset-0 mb-0 !font-bold leading-tight sm:leading-tight lg:leading-relaxed text-transparent bg-clip-text from-blue-500 via-teal-500 to-pink-500 bg-gradient-to-r'>
create-sugarcoat-app
</h1>
</Balancer>
Expand Down

0 comments on commit 05cd57b

Please sign in to comment.