chore: spacing

This commit is contained in:
Cory Dransfeldt 2024-05-10 20:02:24 -07:00
parent 1d8bda06a4
commit b23e499b81
No known key found for this signature in database
3 changed files with 11 additions and 7 deletions

View file

@ -584,6 +584,12 @@ li {
align-items: center;
}
.flex-between {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.justify-centered {
justify-content: center;
}