diff --git a/src/components/Crypto/Crypto.jsx b/src/components/Crypto/Crypto.jsx index f419bed..99fc12b 100644 --- a/src/components/Crypto/Crypto.jsx +++ b/src/components/Crypto/Crypto.jsx @@ -20,7 +20,7 @@ const Crypto = () => { const CryptoStyles = styled(Grid)` - height: 100vh; + height: 87vh; header { diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index 5aa39f9..84e28e6 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -28,21 +28,26 @@ const Footer = () => { return ( ) }