make footer stick to bottom
This commit is contained in:
parent
0ddd4ca2e0
commit
05bd31fe7a
|
@ -18,7 +18,7 @@ export default function Footer () {
|
|||
|
||||
return (
|
||||
<footer>
|
||||
<Container>
|
||||
<Container className='my-3'>
|
||||
{data &&
|
||||
<div
|
||||
className={`text-small mx-auto mb-2 ${styles.connect}`}
|
||||
|
|
|
@ -73,7 +73,6 @@ footer {
|
|||
width: 100%;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 1rem 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue