diff --git a/src/Components/Footer/Footer.css b/src/Components/Footer/Footer.css index 2e904bb0..dcb2da4e 100755 --- a/src/Components/Footer/Footer.css +++ b/src/Components/Footer/Footer.css @@ -108,3 +108,7 @@ footer p { margin: 0%; } } + +.twitter-footer { + overflow: hidden; +} diff --git a/src/Components/Footer/Footer.jsx b/src/Components/Footer/Footer.jsx index 3046e2b0..75582dc9 100755 --- a/src/Components/Footer/Footer.jsx +++ b/src/Components/Footer/Footer.jsx @@ -11,7 +11,7 @@ const Footer = () => {