Skip to content

Commit

Permalink
Adjust margin in DemoPage component for improved layout consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
HK-SHAO committed Feb 6, 2025
1 parent 79def1d commit cfc80d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/components/DemoPage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Card from "#components/Card";

import { toast } from 'react-toastify';

<div className='w-full flex justify-center -mb-6 mt-10'>
<div className='w-full flex justify-center -mb-6 -mt-4'>
<div className='w-fit text-5xl relative hover:rotate-180 transition-transform select-none aspect-square grid place-items-center'>⚛️⏳</div>
</div>

Expand Down

0 comments on commit cfc80d6

Please sign in to comment.