issues
search
mdn
/
css-examples
Code examples that accompany the MDN CSS documentation
https://developer.mozilla.org/docs/Web/CSS
Creative Commons Zero v1.0 Universal
618
stars
854
forks
source link
Update CSS to fix margin bottom of learn/media-queries/grid.html
#121
Closed
tlylt
closed
1 year ago
tlylt
commented
1 year ago
Fixes
https://github.com/mdn/content/issues/24713
add a margin such that when the width of the page is reduced, the grid item will not be directly in contact with the aside.
Before:
After:
Fixes https://github.com/mdn/content/issues/24713
Before: After: