Hi, I noticed that margin is not adjusted for `<picture>` as it is for `<img>` when used inside the `<figure>` tag. It just needs adjusting it around [here](https://github.com/tailwindlabs/tailwindcss-typography/blob/6566aa3b84e45ea873ead29f29158cf3ca9ca7aa/src/styles.js#L227) to `figure > picture > *` and plus the responsive options. Thank you ✌️
Hi,
I noticed that margin is not adjusted for
<picture>as it is for<img>when used inside the<figure>tag.It just needs adjusting it around here to
figure > picture > *and plus the responsive options.Thank you ✌️