Archive template spacing
This commit is contained in:
parent
4e30aff168
commit
358f3d6d35
3 changed files with 10 additions and 2 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -581,6 +581,10 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
|
||||||
padding: max(4.8vmin, 36px) 0 0;
|
padding: max(4.8vmin, 36px) 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:is(.tag-template, .author-template) .post-feed {
|
||||||
|
margin-top: 4vmin;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 991px) {
|
@media (max-width: 991px) {
|
||||||
.post-feed {
|
.post-feed {
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
|
@ -700,6 +704,10 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:is(.tag-template, .author-template) .post-card-excerpt {
|
||||||
|
margin-top: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
.post-card-meta {
|
.post-card-meta {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in a new issue