Skip to content

Commit

Permalink
feat : updated text margin
Browse files Browse the repository at this point in the history
  • Loading branch information
surajhub255 committed Oct 15, 2024
1 parent bb8c0d3 commit f067697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default function Home() {
<Navbar />
<div>
<div className='flex flex-col md:flex-row h-screen bg-white relative -mt-20'>
<div className='w-full md:w-1/2 h-full px-8 md:px-16 flex flex-col mt-48'>
<div className='w-full md:w-1/2 h-full px-8 md:px-16 flex flex-col mt-60'>
<div className='text-4xl md:text-7xl font-bold mb-4 bg-gradient-to-l from-[#50B7F9] to-[#D32CE0] text-transparent bg-clip-text'>
MyriadFlow <br /> Studio
</div>
Expand Down

0 comments on commit f067697

Please sign in to comment.