Skip to content

Commit

Permalink
Add mdn links for row-gap and column-gap
Browse files Browse the repository at this point in the history
  • Loading branch information
yousoumar committed Nov 12, 2022
1 parent 60b5134 commit 05b9b96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/data/system/flexbox/flexbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ on MDN.

### row-gap & column-gap

The `row-gap` and `column-gap` CSS properties allow for specifying the row and column gaps independently.
The `row-gap` and `column-gap` CSS properties allow for specifying the row and column gaps independently. For more information please see
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/row-gap" target="_blank" rel="noopener noreferrer">row-gap</a> and
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/column-gap" target="_blank" rel="noopener noreferrer">column-gap</a>
on MDN.

{{"demo": "RowAndColumnGap.js", "bg": true}}

Expand Down

0 comments on commit 05b9b96

Please sign in to comment.