diff --git a/app.css b/app.css index 26ceaa8..2322585 100644 --- a/app.css +++ b/app.css @@ -5,6 +5,7 @@ html { scroll-behavior: smooth; min-height: 100%; + overflow-x: hidden; } body { diff --git a/components/Footer.tsx b/components/Footer.tsx index bc8cdc2..ade8a8d 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -5,7 +5,7 @@ import Wave from './Wave' const Footer = (): JSX.Element => { return (
- +
diff --git a/pages/index.tsx b/pages/index.tsx index b86ffc1..8559332 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -19,7 +19,7 @@ const Index: NextPage = ({ votes, newBots, trusted }) => {