Skip to content

Commit

Permalink
maintain image aspect ratios
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Mar 12, 2024
1 parent e031294 commit 3685df2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ section h2 {
.st_blog_item img {
width: 124px;
border-radius: 8px;
object-fit: cover;
}

.st_blog_item_description {
Expand Down Expand Up @@ -995,6 +996,7 @@ section h2 {

.st_features_item img {
width: 165px;
object-fit: cover;
}

.st_blog_cards {
Expand Down

0 comments on commit 3685df2

Please sign in to comment.