Skip to content

Commit

Permalink
Update article-teaser.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kailasnadh790 committed Dec 7, 2023
1 parent ac5ee78 commit 9cc9ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cigaradvisor/blocks/article-teaser/article-teaser.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
}
}

@media screen and (max-width: 900px) {
@media screen and (min-width: 600px) and (max-width: 900px) {
.article-teaser.block .article.article-thumbnail .article-header {
flex-grow: 0.2;
}
Expand Down

0 comments on commit 9cc9ae0

Please sign in to comment.