Skip to content

Commit

Permalink
update thuimbnail sizes (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgauci authored Jan 29, 2025
1 parent 831ef97 commit dbab8b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions themes/haystack/assets/sass/pages/_bloglist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@
// align-self: flex-start;

.blog-card-image {
height: 12.5rem;
// height: 12.5rem;
aspect-ratio: 16/9;

> img {
width: 100%;
Expand Down Expand Up @@ -275,7 +276,7 @@

.blog-card-image {
// min-height: 25rem;
height: 18rem;
// height: 18rem;
position: relative;

@include lg {
Expand Down

0 comments on commit dbab8b9

Please sign in to comment.