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