old-website/static/css/_footer.scss
2022-12-28 18:45:26 +00:00

25 lines
374 B
SCSS

.footer {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
background-color: $black;
color: $white;
p {
margin: 0;
padding: 0;
font-size: 0.8rem;
}
}
@media screen and (max-width: $phone-width) {
.footer {
background-color: $black;
color: $white;
}
}