fix(image): some image style bug

This commit is contained in:
Dillon
2020-03-09 21:30:08 +08:00
parent 5cdb4162da
commit b1990d00c4
6 changed files with 7 additions and 27 deletions

View File

@@ -167,6 +167,11 @@
}
}
img {
max-width: 96%;
min-height: 1.2rem;
}
figure {
text-align: center;
@@ -184,7 +189,6 @@
img {
display: block;
max-width: 96%;
height: auto;
margin: 0 auto;
overflow: hidden;