fix(blog): height auto img (#4327)
Co-authored-by: Nate Moore <nate@astro.build>
This commit is contained in:
parent
2edcb30c3d
commit
655d9840f8
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ table {
|
|||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
code {
|
||||
padding: 2px 5px;
|
||||
|
|
Loading…
Reference in a new issue