Skip to content

Commit

Permalink
Fix featured image getting squished.
Browse files Browse the repository at this point in the history
  • Loading branch information
allilevine committed Nov 7, 2024
1 parent 626f415 commit 13d815e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/reader/recent/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
overflow: hidden;
max-width: 200px;

@media ( min-width: $break-large ) {
max-width: 100%;
@media ( min-width: $break-wide ) {
max-width: 125px;
}

@media ( min-width: $break-wide ) {
@media ( min-width: 1540px ) {
max-width: 200px;
}
}
Expand Down

0 comments on commit 13d815e

Please sign in to comment.