frontend/style/footer.css
2023-04-16 19:30:59 +02:00

21 lines
398 B
CSS

footer {
text-align: center;
line-height: 35px;
vertical-align: middle;
padding: 10px 0;
color: white;
background-color: var(--secondary-color);
& a, & a:visited {
color: #3498db;
}
@media (min-width: 1700px) {
margin: 0;
position: fixed;
right: 15px;
bottom: 0;
width: 280px;
text-align: right;
}
}