This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
caldwell-59/assets/css/text/article.css
2024-10-27 12:29:14 +00:00

22 lines
312 B
CSS

.gh-article:not(.no-image) .gh-article-header>* {
grid-column: wide-start / wide-end;
}
.gh-article-title {
font-size: 7.4rem;
}
.gh-article-excerpt {
font-size: 2.8rem;
}
@media (max-width: 767px) {
.gh-article-title {
font-size: 4.2rem;
}
.gh-article-excerpt {
font-size: 2.2rem;
}
}