mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 22:35:46 +01:00
19 lines
283 B
CSS
19 lines
283 B
CSS
.footer {
|
|
color: #494b7a;
|
|
text-align: center;
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: calc(100% + 70px);
|
|
height: 50px;
|
|
}
|
|
|
|
a.site {
|
|
color: #6d4aff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
@media all and (max-width: 1000px) {
|
|
.footer {
|
|
width: 100%;
|
|
}
|
|
}
|