borgwarehouse/Components/UI/Layout/Footer/Footer.module.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;
}
}