Skip to content

Commit

Permalink
change post header
Browse files Browse the repository at this point in the history
  • Loading branch information
greentec committed Jul 24, 2023
1 parent 12ee8bf commit 217c69d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _sass/layouts/_posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ header {
color: var(--gray6);
filter: opacity(0.7);
}

.title-padder {
border-bottom: 1px solid var(--gray100);
}
}

.post-content {
Expand All @@ -138,7 +142,7 @@ header {
background-repeat: no-repeat;
background-size: cover;
@media screen and (max-width: $xl-break) {
padding: 10.625rem 30.9375rem;
padding: 10.625rem 30.9375rem 0 30.9375rem;
}

@media screen and (min-width: $break) {
Expand Down

0 comments on commit 217c69d

Please sign in to comment.