Skip to content

Commit

Permalink
fix: width
Browse files Browse the repository at this point in the history
  • Loading branch information
qradle-yndx committed Apr 2, 2024
1 parent 2012c66 commit aa1c972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FullscreenImage/FullscreenImage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ $closeButtonSize: 36px;
display: block;
max-height: 70vh;
max-width: 100%;
height: 100%;
width: 100%;
object-fit: cover;
object-fit: contain;
object-position: center;
}
}
}
Expand Down

0 comments on commit aa1c972

Please sign in to comment.