fix(blog): height auto img (#4327)

Co-authored-by: Nate Moore <nate@astro.build>
This commit is contained in:
Nate Moore 2022-08-15 11:19:47 -05:00 committed by GitHub
parent 2edcb30c3d
commit 655d9840f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ table {
}
img {
max-width: 100%;
height: auto;
}
code {
padding: 2px 5px;