Fixes to image view page

This commit is contained in:
Michał Gdula 2023-04-20 13:58:01 +00:00
parent f3e1afa0bc
commit 7785e923f8
3 changed files with 23 additions and 29 deletions

View file

@ -1,6 +1,5 @@
.image-container
margin: auto
padding: 0.5rem
width: 100%
height: 100%
@ -18,4 +17,12 @@
max-height: 100%
object-fit: contain
object-position: center
object-position: center
@media (max-width: 1100px)
.image-container
margin: 0 auto
max-height: 69vh
img
max-height: 69vh