mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
21 lines
398 B
CSS
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;
|
|
}
|
|
}
|