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