Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyklapatch committed Jun 14, 2024
1 parent eb32203 commit d5e65f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions best-cigars-guide/blocks/article-list/article-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
aspect-ratio: 327 / 185;
}

.hero-container ~ .article-list-container .article-list-card-image img {
aspect-ratio: 327 / 215;
}

.article-list-card-image a:hover img {
transform: scale(1.1);
}

.hero-container ~ .article-list-container .article-list-card-image img {
aspect-ratio: 327 / 215;
}

/* Button styles */
.article-list .article-button-container .button {
font-size: 1.1rem;
Expand Down

0 comments on commit d5e65f4

Please sign in to comment.