Use wide header only when there's feature image

This commit is contained in:
Sodbileg Gansukh
2021-07-05 14:40:37 +08:00
parent 3bcced4ba3
commit 4c31385e5d
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -64,7 +64,7 @@
align-items: center;
margin-bottom: 3.2rem;
font-size: 1.2rem;
font-weight: 600;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.01em;
}
@@ -298,7 +298,7 @@
padding: 6.4rem 0 0;
}
.gh-article-header > * {
.gh-article:not(.no-image) .gh-article-header > * {
grid-column: wide-start / wide-end;
}