Skip to content

Commit

Permalink
Added flex variations
Browse files Browse the repository at this point in the history
  • Loading branch information
navidmafi committed Oct 26, 2021
1 parent b9125f0 commit e90ed14
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ See the LICENCE file in the repository root for full licence text.
.text-left {
text-align: left;
}
.flex {
display: flex;
}
.flex-horizontal {
display: flex;
flex-direction: row;
}
.flex-vertical {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit e90ed14

Please sign in to comment.