Skip to content

Commit

Permalink
fix: alignment and temporary grayscale
Browse files Browse the repository at this point in the history
  • Loading branch information
slambert committed Jul 26, 2024
1 parent e037b2e commit f884b02
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/css/_04-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ article.type-people .entry-content .wp-block-advanced-columns-column__inner figu
* Jetpack Related Posts
*/

#jp-relatedposts {
.entry #jp-relatedposts {
width: 1100px;
max-width: 1100px;
border-top: 2px dotted var(--color-brandGrey);
margin-top: 5rem !important;
margin: auto;
margin: 5rem auto 1rem auto;
padding-top: .5rem;
}

.entry #jp-relatedposts h3.jp-relatedposts-headline::before {
Expand Down Expand Up @@ -181,6 +181,11 @@ article.type-people .entry-content .wp-block-advanced-columns-column__inner figu
font-family: var(--font-sans);
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
filter: grayscale(1);
mix-blend-mode: multiply;
}


/*
* Block Color Palette Colors
Expand Down

0 comments on commit f884b02

Please sign in to comment.