lkarch.org/assets/styles/footer.css
Lucas Kent ea4a9e2578 foot
2022-12-15 13:10:33 -05:00

19 lines
304 B
CSS

#page-container {
position: relative;
min-height: 100vh;
}
#content-wrap {
padding-bottom: 2.5rem;
}
#footer {
padding: 20px;
text-align: center;
background: rgb(221, 221, 221);
margin-top: 20px;
position: absolute;
bottom: 0;
width: 100%;
font-size: 11px;
}