Clean up typography updates

This commit is contained in:
Patrick Marsceill
2020-05-05 12:48:45 -04:00
parent d9b2822448
commit 6345c61aae
5 changed files with 37 additions and 21 deletions

View File

@@ -79,7 +79,7 @@ This paragraph will have 2rem/32px of padding on the right and left at all scree
| `.flex-justify-between` | `justify-content: space-between` |
| `.flex-justify-around` | `justify-content: space-around` |
Note any of the `flex-` classes must be used on a parent element that has `d-flex` applied to it.
_Note: any of the `flex-` classes must be used on a parent element that has `d-flex` applied to it._
## Vertical Alignment