mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-10 08:35:32 +00:00
21 lines
328 B
Sass
21 lines
328 B
Sass
|
.image-container
|
||
|
margin: auto
|
||
|
padding: 0.5rem
|
||
|
|
||
|
width: 100%
|
||
|
height: 100%
|
||
|
|
||
|
display: flex
|
||
|
overflow: hidden
|
||
|
|
||
|
img
|
||
|
margin: auto
|
||
|
padding: 0
|
||
|
|
||
|
width: auto
|
||
|
height: auto
|
||
|
max-width: 100%
|
||
|
max-height: 100%
|
||
|
|
||
|
object-fit: contain
|
||
|
object-position: center
|