Skip to content

Commit

Permalink
Fix the image aspect ratio in the catalog list view #318
Browse files Browse the repository at this point in the history
Co-authored-by: silvester-pari
  • Loading branch information
m-mohr committed May 10, 2023
1 parent 9815733 commit 32f2044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Catalog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ export default {
height: 100%;
max-height: 8.5rem;
max-width: 33%;
object-fit: contain;
object-position: right;
}
.intro {
Expand Down

0 comments on commit 32f2044

Please sign in to comment.