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 1c7e744 commit db48334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Header = () => {
<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'>
<h1
className={`text-7xl font-bold tracking-[10px] text-primary-light mix-blend-exclusion ${bebas.className}`}
className={"text-8xl font-bold tracking-[20px] text-primary-light mix-blend-exclusion ${bebas.className}"}
>
ARTLAB
</h1>
Expand Down

0 comments on commit db48334

Please sign in to comment.