Skip to content

Commit

Permalink
#FIX-006: animation bugs on mobiles (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pet3r1512 authored Nov 13, 2024
1 parent 8ae95a0 commit dd13b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function Home() {
>
<Hero />
<DyanmicFeatures />
<section className="relative w-screen lg:max-w-7xl min-h-screen mx-auto flex flex-col items-center mt-24 lg:mt-48 lg:mb-24 mb-16 md:mb-48">
<section className="relative w-screen lg:max-w-7xl min-h-screen mx-auto flex flex-col items-center mt-24 lg:mt-48 lg:mb-24 mb-16 md:mb-48 overflow-x-hidden lg:overflow-visible">
{isHeroInView && <DynamicAnimation />}
<DynamicHighlightSection />
<DynamicSupportedTechs />
Expand Down

0 comments on commit dd13b9b

Please sign in to comment.