Skip to content

Commit

Permalink
Additional QA for mobile devices, checking for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonHowellSlavin committed Nov 7, 2023
1 parent 554284b commit c73b1c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ main p picture img {
.section .columns.contained {
max-width: var(--body-max-width);
}

.recommended-articles-small-content-wrapper .article-card .article-card-body h3 {
margin-bottom: 8px;
}

}

@media screen and (min-width: 1200px) {
Expand Down

0 comments on commit c73b1c5

Please sign in to comment.