Skip to content

Commit 1f01585

Browse files
authored
Merge pull request mdn#121 from tlylt/fix-css-media
Update CSS to fix margin bottom of learn/media-queries/grid.html
2 parents e78e413 + 1c46d25 commit 1f01585

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

learn/media-queries/grid.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
background-color: rgba(207, 232, 220, 0.7);
4242
}
4343

44+
.content {
45+
margin-bottom: 1em;
46+
}
47+
4448
.related {
4549
background-color: rgba(79, 185, 227, 0.3);
4650
border: 1px solid rgb(79, 185, 227);

0 commit comments

Comments
 (0)