Skip to content

Commit

Permalink
fix preloader responsiviness
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlonGarcia committed Dec 15, 2024
1 parent 7677dba commit ad09c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Preloader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const Preloader = () => {

return (
<div id='preloader' className='fixed top-0 left-0 w-screen h-screen z-50 bg-purple-900'>
<div className='space-x-4 flex justify-center items-center h-full text-8xl font-bold font-fira leading-6 text-pink-700 *:opacity-0'>
<div className='space-x-4 flex justify-center items-center h-full text-6xl font-bold font-fira leading-6 text-pink-700 *:opacity-0 md:text-8xl'>
<span id='one'>C</span>
<span id='two'>0</span>
<span id='three'>D</span>
Expand Down

0 comments on commit ad09c68

Please # to comment.