Skip to content

Commit

Permalink
adjust footer padding on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmcadam committed Aug 6, 2024
1 parent 5368d08 commit 5fe8a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Home() {
</div>

{/* Treatments */}
<div className="flex flex-col items-center pt-10 sm:pt-16 pb-24 px-6 lg:px-0">
<div className="flex flex-col items-center pt-10 sm:pt-16 pb-20 sm:pb-24 px-6 lg:px-0">
<h2 className="font-medium text-center text-brand tracking-tight text-3xl sm:text-4xl">
What we can help with
</h2>
Expand Down Expand Up @@ -131,7 +131,7 @@ function Footer() {
<h2 id="footer-heading" className="sr-only">
Footer
</h2>
<div className="mx-auto max-w-7xl px-6 py-20 sm:py-24 lg:px-8">
<div className="mx-auto max-w-7xl px-6 py-16 sm:py-24 lg:px-8">
<div className="xl:grid xl:grid-cols-3 xl:gap-8">
<ManualLogo className="w-[52px] h-[52px] sm:w-[74px] sm:h-[74px]" />
<div className="mt-16 grid grid-cols-2 gap-8 xl:col-span-2 xl:mt-0">
Expand Down

0 comments on commit 5fe8a31

Please sign in to comment.