FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

blank screen fix · VansRouges/Portfolio-2.0@4d3037f · GitHub

Commit 4d3037f

Browse files
committed
blank screen fix
1 parent 9556c1b commit 4d3037f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎pages/index.tsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import WorkExperience from '../components/WorkExperience'
1111

1212
export default function Home() {
1313
return (
14-
<HorizontalScroll className='bg-slate-50 h-screen text-[#004d25] snap-y snap-mandatory
14+
<div className='bg-slate-50 h-screen text-[#004d25] snap-y snap-mandatory
1515
overflow-y-scroll overflow-x-hidden z-0 scrollbar-thin scrollbar-track-[#48bf53]/20
1616
scrollbar-thumb-[#004d25]/80'>
1717
<Head>
@@ -44,6 +44,6 @@ export default function Home() {
4444
<section id='contact' className='snap-start'>
4545
<ContactMe />
4646
</section>
47-
</HorizontalScroll>
47+
</div>
4848
)
4949
}

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL