Skip to content

Commit

Permalink
fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
saml33 committed Aug 12, 2024
1 parent 45d6c55 commit a3d751e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ const WRAPPER_Y_PADDING = 'py-12 md:py-20'
const HomePage = () => {
return (
<>
<div className={`flex flex-col items-center ${WRAPPER_Y_PADDING}`}>
<div className={`flex flex-col items-center ${WRAPPER_Y_PADDING} px-6`}>
<span className="mb-8 rounded-md bg-black px-2 py-1 font-bold text-light-theme-primary-2">
Earn up to <BestApy /> APY
</span>
Expand Down

0 comments on commit a3d751e

Please sign in to comment.