blob: 04a8d6adcba7f29c7ff613d2ec456616978efa17 [file] [log] [blame]
.title {
font-size: 3rem;
}
/**
Blog post title should be smaller on smaller devices
**/
@media (max-width: 576px) {
.title {
font-size: 2rem;
}
}