Skip to content

Commit

Permalink
style: change header text font size
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy0x committed May 4, 2023
1 parent d2e77f7 commit 8f3c65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'animate.css';
const Header = () => {
return (
<header className='mt-16 mb-10 flex flex-col place-items-center gap-4 text-center'>
<h1 className='animate__animated animate__bounceInDown max-w-full overflow-hidden truncate whitespace-nowrap bg-gradient-to-r from-blue-600 to-white bg-clip-text px-4 pb-4 text-5xl font-extrabold text-transparent sm:text-6xl'>
<h1 className='animate__animated animate__bounceInDown max-w-full overflow-hidden truncate whitespace-nowrap bg-gradient-to-r from-blue-600 to-white bg-clip-text px-4 pb-4 text-5xl font-extrabold text-transparent sm:text-6xl xl:text-7xl'>
LingoLookup
</h1>

Expand Down

0 comments on commit 8f3c65e

Please sign in to comment.