Skip to content

Commit

Permalink
Pushes the box to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Sep 15, 2021
1 parent d76cb67 commit 4d52b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/utilities/margin.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ We also provide directional margin auto. `mt-auto, mr-auto, mb-auto, ml-auto`
<div class="d-flex border mb-4">
<div style="height:100px;"></div>
<div class="border mt-auto">`mt-auto` will push this box to the bottom.</div>
<div class="border mb-auto">`mb-auto` will push this box to the bottom.</div>
<div class="border mb-auto">`mb-auto` will push this box to the top.</div>
</div>
<div class="d-flex flex-column border">
<div class="border ml-auto">`ml-auto` will push this box to the right.</div>
Expand Down

0 comments on commit 4d52b14

Please sign in to comment.