Skip to content

Commit

Permalink
updated paddingfor mobile and tablet breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
samanthadotdesign committed Jul 26, 2024
1 parent 610a703 commit 42e1e61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ const FooterMobile = ({
siteMapLink,
}: FooterProps) => {
return (
<div className="flex flex-col gap-14 px-6 py-16 md:p-20 lg:hidden">
<div className="flex flex-col gap-16 px-6 py-11 md:px-10 lg:hidden lg:py-16">
<SiteNameSection siteName={siteName} />
<NavSection
siteNavItems={navItems}
Expand Down

0 comments on commit 42e1e61

Please sign in to comment.