Make the footer always stick to the bottom

This commit is contained in:
Helen Chong 2024-04-18 13:14:46 +08:00
parent 3e0c558930
commit 4797d9ee8c
1 changed files with 1 additions and 0 deletions

View File

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