Skip to content

Commit

Permalink
aplica regra de apresentar apenas 1 card de afluente por noticia
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagolamonte committed May 6, 2024
1 parent 3e20e9d commit fd8e7ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/midia-ninja-theme/assets/scss/6-pages/_p-single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@
@media (min-width: 1200px) {
display: none;
}
>:nth-child(n + 2) {
display: none;
}
.author-info-card {
max-width: 690px;
width: 100%;
Expand Down

0 comments on commit fd8e7ed

Please sign in to comment.