Skip to content

Commit

Permalink
apply title only in latest horizontal block title
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe de Souza committed Apr 26, 2024
1 parent ca809da commit 4ca7c4c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions themes/midia-ninja-theme/assets/scss/6-pages/_p-single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -648,9 +648,12 @@
#app{
.container{
.post-content{
.wp-block-heading{
font-feature-settings: var(--f-ninja-config);
font-family: var(--f-ninja);
.latest-horizontal-posts-block{

.latest-horizontal-posts-block__heading{
font-feature-settings: var(--f-ninja-config);
font-family: var(--f-ninja);
}
}
}
}
Expand Down

0 comments on commit 4ca7c4c

Please sign in to comment.