ChFlick/blogstoph

View on GitHub
src/styles/components/_footer.scss

Summary

Maintainability
Test Coverage
.copyright {
    color: $grey;
    display: flex;
    font-family: $font-family-serif;
    font-size: $font-size-small;
    font-weight: 300;
    justify-content: space-around;
    margin: $l-size 0 $xl-size 0;
}