Make the footer always stick to the bottom
This commit is contained in:
parent
3e0c558930
commit
4797d9ee8c
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.footer {
|
.footer {
|
||||||
|
margin-top: auto;
|
||||||
background: var(--clr-main-footer-bg);
|
background: var(--clr-main-footer-bg);
|
||||||
width: 72%;
|
width: 72%;
|
||||||
padding: 0.8rem;
|
padding: 0.8rem;
|
||||||
|
|
Loading…
Reference in New Issue