mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Fixes to image view page
This commit is contained in:
parent
f3e1afa0bc
commit
7785e923f8
3 changed files with 23 additions and 29 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue