Skip to content

Commit

Permalink
fix: overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gxskpo committed Oct 15, 2024
1 parent fe11ca9 commit 2a012ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import Community from "../sections/Community.astro";
</script>
</head>
<body
class="min-h-screen min-w-screen flex flex-col justify-start items-center h-screen gap-10 pb-20"
class="min-h-screen w-full flex flex-col items-center h-screen gap-10 pb-20"
>
<Intro />
<div class="relative">
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Community.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const prebuiltData = await readTOMLFiles("proyectos-comunitarios/proyectos");
<Section type="TitleOrange" height="[70vh]">
<div
slot="content"
class="flex justify-center items-center w-full h-full mt-6"
class="flex justify-center items-center w-full h-full mt-6 overflow-x-hidden"
>
<img
src={image1.src}
Expand Down

0 comments on commit 2a012ea

Please sign in to comment.