Skip to content

Commit

Permalink
header fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rakun256 committed Nov 17, 2024
1 parent db48334 commit d58ee42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const Header = () => {
</div>
</div>
{/* Mobile Devices */}
<div className='flex flex-col items-center pt-[150px] md:hidden'>
<div className='flex h-[250px] w-[250px] flex-col items-center justify-center rounded-full bg-primary-light'>
<div className=' flex flex-col items-center pt-[150px] md:hidden'>
<div className='scale-75 flex h-[250px] w-[250px] flex-col items-center justify-center rounded-full bg-primary-light'>
<h1
className={"text-8xl font-bold tracking-[20px] text-primary-light mix-blend-exclusion ${bebas.className}"}
>
Expand Down

0 comments on commit d58ee42

Please sign in to comment.