omegamma/static/css/footer.css
2021-06-08 18:18:22 +02:00

18 lines
240 B
CSS

footer {
width: 100%;
background: var(--footer-background);
color: white;
}
.footer-social-list {
display: flex;
font-size: 17px;
}
@media screen and (max-width: 550px) {
footer {
font-size: 10px;
}
}