Skip to content

Commit

Permalink
Overflow-hidden corrected
Browse files Browse the repository at this point in the history
Signed-off-by: FabrizioJordan <dev.fjordan@gmail.com>
  • Loading branch information
FabrizioJordan committed Nov 25, 2024
1 parent 617bf2b commit 99352c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Website/app/MainSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function MainSection() {
</div>
</div>
</div>
<div className="xs:hidden overflow-hidden mx-auto lg:block text-center text-gray-800 py-4 px-2 img-layer w-1/2">
<div className="xs:hidden mx-auto lg:block text-center text-gray-800 py-4 px-2 img-layer w-1/2">
<Image
width={450}
height={0}
Expand Down
5 changes: 5 additions & 0 deletions Website/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,8 @@
animation: none;
}
}


body{
overflow-x: hidden;
}

0 comments on commit 99352c1

Please sign in to comment.