Restore sticky footer

This commit is contained in:
Paul Mathieu 2025-08-06 22:16:02 +02:00
parent 5903c6bd36
commit fbb0312c7c

View File

@ -21,6 +21,16 @@
<script src="zetikettes.js"></script>
<style>
/* for the footer */
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}
.actions {
margin-left: auto;
white-space: nowrap;