mirror of
https://github.com/aljazceru/Journal-ghost.git
synced 2025-12-28 10:34:23 +01:00
Use wide header only when there's feature image
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user