Skip to content

Commit

Permalink
fix image size
Browse files Browse the repository at this point in the history
  • Loading branch information
annalisaantonioli committed Jul 11, 2024
1 parent f59abe1 commit e216bfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _sass/sponsors.sass
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
a
margin: 1em
display: inline-block
height: auto
width: auto
width: 170px
height: 100px
overflow: hidden
img
max-width: 170px
max-height: 100px

object-fit: contain
width: 100%
height: 100%
Expand Down

0 comments on commit e216bfc

Please sign in to comment.