omegamma/static/css/footer.css

18 lines
240 B
CSS
Raw Normal View History

2021-06-08 16:18:22 +00:00
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;
}
}