Skip to content

Commit

Permalink
Adding some styles based on comment by Dennis regarding text cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonHowellSlavin committed Nov 3, 2023
1 parent 63ae879 commit 6526c9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,9 @@ main p picture img {
max-width: var(--body-max-width);
}
}

@media screen and (min-width: 1200px) {
.recommended-articles-small-content-wrapper .article-card .article-card-body {
padding: 1.25rem;
}
}

0 comments on commit 6526c9f

Please sign in to comment.