Skip to content

Commit

Permalink
fix: page width overflow issue (#1889)
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Saini <s2sharpit@gmail.com>
  • Loading branch information
s2sharpit authored Jul 29, 2023
1 parent fd69f48 commit 8a6d731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import images from "../DB/homepage-image.json";
export default function HomePage() {
return (
<section>
<div className="relative sm:pb-4 select-none">
<div className="relative sm:pb-4 select-none overflow-hidden">
<div className="pt-16 sm:pt-24 sm:pb-40 lg:pt-40 lg:pb-48">
<div className="relative mx-auto max-w-7xl px-4 sm:static sm:px-6 lg:px-8">
<section className="sm:max-w-[19.5rem] md:max-w-[24.5rem] tab:max-w-[28rem] lg:max-w-[30rem]">
Expand Down

0 comments on commit 8a6d731

Please sign in to comment.