make footer stick to bottom

This commit is contained in:
keyan 2021-07-01 12:10:55 -05:00
parent 0ddd4ca2e0
commit 05bd31fe7a
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,7 @@ export default function Footer () {
return ( return (
<footer> <footer>
<Container> <Container className='my-3'>
{data && {data &&
<div <div
className={`text-small mx-auto mb-2 ${styles.connect}`} className={`text-small mx-auto mb-2 ${styles.connect}`}

View File

@ -73,7 +73,6 @@ footer {
width: 100%; width: 100%;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin: 1rem 0;
text-align: center; text-align: center;
} }