Files
2022-03-26 18:56:28 +01:00

16 lines
266 B
CSS

/*---------------------------------------------*/
/*FOOTER*/
.footer {
height: var(--footer-height);
background-color: var(--color-back-dark);
}
.footer .footer_container {
margin: auto;
}
.footer p {
margin: 3px auto;
font-size: 1.4em;
text-align: center;
}