unfix footer

This commit is contained in:
semblanceofsense 2025-02-23 18:31:35 -07:00
parent 23a2222bd7
commit fe52bf65d7
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,6 @@
<style> <style>
footer { footer {
width: 100%; width: 100%;
position: fixed;
bottom: 0; bottom: 0;
} }
</style> </style>

View File

@ -23,3 +23,6 @@ body > nav { background-color: #ffe6cc; margin-right: 25px; border: 2px solid #a
/* article */ /* article */
body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; } body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; }
/* footer */
footer { margin: 5px }