Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
fix(nextjs): hero section image overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
saeidex committed Sep 21, 2024
1 parent 59781b7 commit b6284d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/src/app/_components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Hero = ({ className }: { className?: string }) => {
return (
<section
className={cn(
"grid py-8 lg:container lg:min-h-[calc(100dvh-6rem)] lg:px-12",
"grid md:py-8 lg:container lg:min-h-[calc(100dvh-6rem)] lg:px-12",
className,
)}
>
Expand Down

0 comments on commit b6284d0

Please sign in to comment.