In https://github.com/mdn/css-examples/blob/main/css-cookbook/media-objects--download.html, I think the following line must be added in the .media-flip rule:
display: grid;
The same line is already part of the .media rule.
Without that modification, the recipe does not work correctly.
In
https://github.com/mdn/css-examples/blob/main/css-cookbook/media-objects--download.html
, I think the following line must be added in the.media-flip
rule:The same line is already part of the
.media
rule.Without that modification, the recipe does not work correctly.