Skip to content

Commit

Permalink
Fixed square post images not displaying properly
Browse files Browse the repository at this point in the history
By adding `object-fit: contain;` to #post-image in assets/css/style.scss
  • Loading branch information
nanocodex committed Feb 29, 2024
1 parent 89d3374 commit 0cee466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ a.navbar-item.is-active {
}
#post-image {
border-radius: 0.25rem;
object-fit: contain;
}
.subtitle {
letter-spacing: 0.05rem;
Expand Down

0 comments on commit 0cee466

Please sign in to comment.