Skip to content

Commit

Permalink
docs: hotfix text
Browse files Browse the repository at this point in the history
Correcting some typos and broken links
  • Loading branch information
ashley-hebler committed Jan 8, 2024
1 parent 870cbc3 commit 6459cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/scss/7-layout/_flex.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Flex (l-flex)
//
// Barebones flex helpers. This breaks some convention with other layout classes, but we use flexbox enough to justify it. <br><br>💡 See [align-items](/sections/layout/l-ai-position/) and [justify-content](/sections/layout/l-jc-position/) helpers for alignment helpers. {{isHelper}}
// Barebones flex helpers. This breaks some convention with other layout classes, but we use flexbox enough to justify it. <br><br>💡 See [align-items](/queso-ui/sections/layout/l-ai-position/) and [justify-content](/queso-ui/sections/layout/l-jc-position/) helpers for alignment helpers. {{isHelper}}
//
// .l-flex - **display:flex** Uses flexbox.
// .l-flex-row - **flex-direction: row** Horizontal flexbox. (default)
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/7-layout/_justify-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// Alignment utilities for flex/grid elements. {{isHelper}}
//
// l-jc-center - **align-items: center** Center items horizontally (if row).
// l-jc-center - **justify-content: center** Center items horizontally (if row).
// l-jc-space - **justify-content: space-between** Evenly space items horizontally (if row).
//
// Markup: Parent: <code>display: flex</code> + <code>.{{className}}</code> <div style="border: 2px solid black; height: 100px; display:flex" class="{{ className }}"><div class="has-bg-yellow has-padding">Child</div><div class="has-bg-black has-text-white has-padding">Child</div></div>
Expand Down

0 comments on commit 6459cab

Please sign in to comment.