/** * Posts */ .post-header { margin-bottom: $spacing-unit; } .post-title { font-size: 42px; letter-spacing: -1px; line-height: 1; @media screen and (max-width: 800px) { font-size: 36px; } } .post-content { margin-bottom: $spacing-unit; h2 { font-size: 32px; @media screen and (max-width: 800px) { font-size: 28px; } } h3 { font-size: 26px; @media screen and (max-width: 800px) { font-size: 22px; } } h4 { font-size: 20px; @media screen and (max-width: 800px) { font-size: 18px; } } }