ChatGPT-Next-Web/app/components/html-to-image.module.scss
2023-04-01 23:44:03 +08:00

8 lines
92 B
SCSS

.image-wrap {
height: 100%;
> img {
max-width: 100%;
height: auto;
}
}