Skip to content

Commit

Permalink
hotfix: authlite top and bottom padding.
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritanand committed Sep 30, 2023
1 parent 8ae1b33 commit c2a9825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Authlite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Authlite() {
background:
"radial-gradient(161.01% 103.41% at -1.12% 6.78%, #434343 0%, #000 88.95%, #000 100%)",
}}
className="my-10 px-4 py-12 text-white md:mt-20 md:px-40"
className="my-10 px-4 py-12 text-white md:mt-20 md:px-40 md:py-28"
>
<div className="flex flex-col items-center gap-0 md:flex-row md:gap-6">
<p className="border-l-4 border-red-600 py-2 pl-3 text-3xl font-semibold">
Expand Down

0 comments on commit c2a9825

Please sign in to comment.