| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9556c1b commit 4d3037f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ import WorkExperience from '../components/WorkExperience' | |||
| 11 | 11 | ||
| 12 | 12 | export default function Home() { | |
| 13 | 13 | 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 | ||
| 15 | 15 | overflow-y-scroll overflow-x-hidden z-0 scrollbar-thin scrollbar-track-[#48bf53]/20 | |
| 16 | 16 | scrollbar-thumb-[#004d25]/80'> | |
| 17 | 17 | <Head> | |
@@ -44,6 +44,6 @@ export default function Home() { | |||
| 44 | 44 | <section id='contact' className='snap-start'> | |
| 45 | 45 | <ContactMe /> | |
| 46 | 46 | </section> | |
| 47 | - </HorizontalScroll> | ||
| 47 | + </div> | ||
| 48 | 48 | ) | |
| 49 | 49 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments