Skip to content

Commit baa0be9

Browse files
committed
Ficing the font sizr for mobile screens
1 parent 95e9b8c commit baa0be9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/about-us/about-us.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export default function AboutUs (){
55
return(
66
<section id="about-us" className='flex flex-col max-w-2xl justify-center items-center self-center space-y-4 px-4'>
77
<p className='text-3xl md:text-6xl tracking-wide md:font-light '>ABOUT US</p>
8-
<p className='hidden md:inline-block text-4xl font-bold mb-6'>Empowering great talent</p>
9-
<p className='sm:text-xs md:text-xl tracking-wide text-center'>We bring together people who are passionate about React JS and <br className='hidden md:display'/>it&apos;s ecosystem. We are a community of full-stack developers, frontend developers and so much more</p>
8+
<p className='hidden md:inline-block text-4xl font-bold '>Empowering great talent</p>
9+
<p className='sm:text-sm md:text-xl tracking-wide text-center space-y-4'>We bring together people who are passionate about React JS and <br className='hidden md:display'/>it&apos;s ecosystem. We are a community of full-stack developers, frontend developers and so much more</p>
1010
</section>
1111
)
1212
}

0 commit comments

Comments
 (0)