fix: img inherit a.image max width

This commit is contained in:
alistair3149 2021-03-08 10:52:46 -05:00
parent b8fbb6eb10
commit 16b08fb2ea
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -39,8 +39,8 @@
a.image {
max-width: 100%;
> img {
max-width: 100%;
> img {
max-width: inherit;
height: auto;
}
}