mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 08:41:37 +00:00
17 lines
272 B
CSS
17 lines
272 B
CSS
.imageContainer {
|
|
width: 100%;
|
|
padding: 10px 0;
|
|
position: relative;
|
|
}
|
|
|
|
.imageContainer > span {
|
|
position: unset !important;
|
|
}
|
|
|
|
.imageContainer .image {
|
|
object-fit: contain;
|
|
width: 100% !important;
|
|
position: relative !important;
|
|
height: unset !important;
|
|
}
|