borgwarehouse/Components/UI/Layout/Footer/Footer.module.css
2023-08-09 18:18:21 +02:00

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%;
}
}