Skip to content

Commit

Permalink
fixing the gap
Browse files Browse the repository at this point in the history
  • Loading branch information
kailasnadh790 committed Dec 7, 2023
1 parent b17e43b commit ac5ee78
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions cigaradvisor/blocks/article-teaser/article-teaser.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
padding-bottom: 20px;
}

@media screen and (min-width: 60em) {
@media screen and (min-width: 1200px) {
.article-teaser.block .article.article-thumbnail {
min-height: 26.25rem;
}
Expand Down Expand Up @@ -142,9 +142,15 @@
display: block;
}

@media screen and (min-width: 60em) {
@media screen and (min-width: 1200px) {
.article-teaser.block .article.article-thumbnail .article-header {
min-height: 140px
min-height: 140px;
}
}

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

Expand Down

0 comments on commit ac5ee78

Please sign in to comment.