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 ✌️