// PAGE HEADER .page-header { margin-bottom: 5rem; padding-bottom: 5rem; text-align: center; border-bottom: 1px solid $color-gray-300; .page-title { font-size: 4.8rem; font-weight: 500; color: $black; a { color: $black; } } } // NOT FOUND HEADER .not-found-header { font-size: 2.4rem; font-weight: 500; color: $black; & + .page-content { margin-top: 1rem; p { margin-bottom: 3rem; } } } // SITE CONTENT .site-content { .page { .post-thumbnail { display: block; margin-bottom: 2rem; } .post-header { .post-title { font-size: 2.4rem; line-height: 3.6rem; font-weight: 500; color: $black; a { color: $black; } } } .post-content { margin-top: 2rem; margin-bottom: 5rem; p { color: $black; } } .page-content { margin-top: 0; } } }