fix: img height error in code block (#277)

This commit is contained in:
Dillon 2020-04-28 20:44:58 +08:00 committed by GitHub
parent 32ebddb95f
commit 752c1b37f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ pre {
img {
min-height: 1em;
max-height: 1.25em;
max-height: 1.2em;
vertical-align: text-bottom;
}
}