mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-09 16:15:20 +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 |