haysclark/gatsby-starter-casper

View on GitHub
src/components/PostHeader/PostHeader.css

Summary

Maintainability
Test Coverage
.post-template .post-header,
.page-template .post-header {
    margin-bottom: 3.4rem;
}

/* ==========================================================================
       Media Queries - Smaller than 500px
   ========================================================================== */

@media only screen and (max-width: 500px) {
    .post-template .post-header,
    .page-template .post-header {
        margin-bottom: 2rem;
    }
}