mdn / css-examples

Code examples that accompany the MDN CSS documentation
https://developer.mozilla.org/docs/Web/CSS
Creative Commons Zero v1.0 Universal
619 stars 854 forks source link

Incomplete recipe for css-cookbook/media-objects--download #165

Open jpggithub opened 11 months ago

jpggithub commented 11 months ago

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.