Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions blocks/article-header/article-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ main .section-wrapper .article-header {
max-width: unset;
}

/* halve the gap between the feature image and the body copy that follows it */
main .section.article-header-container {
padding-bottom: 32px;
}

main .article-header-container + .section {
margin-top: 32px;
}

@media (min-width: 600px) {
main .article-header-container + .section {
padding-top: 32px;
}
}

@media (min-width: 700px) {
main .article-header {
margin-left: auto;
Expand Down
Loading