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/common/article.css
2024-10-27 12:29:14 +00:00

36 lines
582 B
CSS

.gh-article-meta {
margin-top: 2rem;
font-size: 1.2rem;
font-weight: 500;
line-height: 1;
color: var(--color-secondary-text);
text-transform: uppercase;
}
.gh-article-meta a {
font-weight: 600;
}
.gh-article-title {
font-weight: 600;
line-height: 1;
}
.gh-article-excerpt {
max-width: 920px;
margin-top: 1.6rem;
line-height: 1.35;
color: var(--color-darker-gray);
}
.gh-article-footer {
padding-top: 3.2rem;
margin-top: 8rem;
border-top: 1px solid var(--color-light-gray);
}
.gh-article-footer.no-border {
margin-top: 24px;
border-top: 0;
}