Skip to content

Commit

Permalink
chore: auto-fix Markdownlint, Prettier, and front-matter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mdn-bot committed Jan 16, 2025
1 parent 2592497 commit f8a660a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ For many use cases, turning the block container into a flex item will give you t

## See also

- [Box alignment overview](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment)
- [Box alignment overview](/en-US/docs/Web/CSS/CSS_box_alignment/box_alignment)
- [Box alignment in flexbox](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment_in_flexbox)
- [Box alignment in CSS grid layout](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment_in_grid_layout)
- [Box alignment in multiple-column layout](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment_in_multi-column_layout)
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ On the cross axis the `row-gap` property creates spacing between adjacent flex l

## See also

- [Box alignment overview](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment)
- [Box alignment overview](/en-US/docs/Web/CSS/CSS_box_alignment/box_alignment)
- [Box alignment in CSS grid layout](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment_in_grid_layout)
- [Box alignment in multiple-column layout](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment_in_multi-column_layout)
- [Box alignment for block, absolutely positioned and table layout](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment_in_block_abspos_tables)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The grid specification originally contained the definition for the properties {{

## See also

- [Box alignment overview](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment)
- [Box alignment overview](/en-US/docs/Web/CSS/CSS_box_alignment/box_alignment)
- [Box alignment in flexbox](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment_in_flexbox)
- [Box alignment in multiple-column layout](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment_in_multi-column_layout)
- [Box alignment for block, absolutely positioned and table layout](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment_in_block_abspos_tables)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The {{cssxref("column-gap")}} property was originally specified in the multiple-

## See also

- [Box alignment overview](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment)
- [Box alignment overview](/en-US/docs/Web/CSS/CSS_box_alignment/box_alignment)
- [Box alignment in flexbox](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment_in_flexbox)
- [Box alignment in CSS grid layout](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment_in_grid_layout)
- [Box alignment for block, absolutely positioned and table layout](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment_in_block_abspos_tables)
2 changes: 1 addition & 1 deletion files/en-us/web/css/css_box_alignment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The alignment of text and inline-level content is defined in [CSS text module](/

## Guides

- [Box alignment overview](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment)
- [Box alignment overview](/en-US/docs/Web/CSS/CSS_box_alignment/box_alignment)

- : Overview of the general concepts found in the CSS box alignment module.

Expand Down

0 comments on commit f8a660a

Please sign in to comment.