Add new footer

This commit is contained in:
2022-12-25 17:10:35 -08:00
parent 688cd83481
commit 8aafff96dc
7 changed files with 44 additions and 3 deletions

View File

@@ -46,4 +46,16 @@ pre {
button.sc-carousel-arrow__circle {
width: 30px !important;
height: 30px !important;
}
html, body {
height: 100%;
width: 100%;
margin: 0;
display: table;
}
#footer {
display: table-row;
height: 100px;
}