PCv5/app/static/css/footer.css
Eragon f194baae00
Revert "style: Push the footer to the bottom regardless of the size of maincontent"
This reverts commit c374fb44f68dbb6a45ffea34551ffafe39f91e5f.
2024-03-09 13:58:20 +01:00

13 lines
230 B
CSS

footer {
margin: 20px 0 0 0;
padding: 10px 10%;
text-align: center;
font-size: 11px;
font-style: italic;
background: var(--background);
color: var(--text);
border-top: var(--border);
}
footer p {
margin: 3px 0;
}