Skip to content

Commit

Permalink
Update Hero component padding in different screen sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
FoggyMtnDrifter committed Feb 20, 2024
1 parent 6799f11 commit 0750af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[locale]/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Hero = () => {
const tGlobal = useTranslations("global");

return (
<div className="relative isolate pt-14">
<div className="relative isolate pt-12 sm:pt-24">
<div className="pb-12 sm:pb-24">
<div className="mx-auto max-w-7xl px-6 lg:px-8">
<div className="mx-auto max-w-2xl text-center">
Expand Down

0 comments on commit 0750af6

Please sign in to comment.