Skip to content

Commit c4d33d1

Browse files
Merge pull request #26 from stefanthegreat/master
Fixed Homepage Horizontal Overflow
2 parents 7eae1a1 + cef7ed9 commit c4d33d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/index/+Page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function Page() {
7171
</nav>
7272
</header>
7373

74-
<div className="absolute top-0 h-[1200px] pointer-events-none w-screen bg-[radial-gradient(100%_50%_at_50%_0%,rgba(0,163,255,0.22)_0,rgba(0,163,255,0.0)_50%,rgba(0,163,255,0)_100%)]"></div>
74+
<div className="absolute top-0 h-[1200px] pointer-events-none w-full bg-[radial-gradient(100%_50%_at_50%_0%,rgba(0,163,255,0.22)_0,rgba(0,163,255,0.0)_50%,rgba(0,163,255,0)_100%)]"></div>
7575
<div className="">
7676
<div className="overflow-hidden xl:overflow-visible dark:bg-gray-900 mx-auto max-w-6xl lg:pt-44 lg:pb-44 pt-24 pb-24 flex-col align-center justify-center py-8 px-5 xl:px-0">
7777
<svg
@@ -184,7 +184,7 @@ function Page() {
184184
</div>
185185
</div>
186186
<div className="mt-12 lg:mt-0 lg:absolute justify-center items-center -right-8 lg:w-1/3">
187-
<div className="absolute lg:mt-0 mt-52 left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2">
187+
<div className="absolute lg:mt-0 mt-52 left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 overflow-hidden">
188188
<svg
189189
viewBox="0 0 558 558"
190190
width="500"

0 commit comments

Comments
 (0)