make footer stick to bottom
This commit is contained in:
parent
0ddd4ca2e0
commit
05bd31fe7a
@ -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}`}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user