Make the footer always stick to the bottom

This commit is contained in:
Leilukin 2024-04-18 13:14:46 +08:00 committed by Helen Chong
parent bcd44bf55b
commit d6fb222874

View File

@ -17,6 +17,7 @@
<style>
.footer {
margin-top: auto;
background: var(--clr-main-footer-bg);
width: 72%;
padding: 0.8rem;