Files
DefectingCat.github.io/components/mdx/Image.module.css
DefectingCat e0c4b31de4 📝 Update style
2022-06-06 21:23:45 +08:00

17 lines
288 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;
}