chore: spacing
This commit is contained in:
parent
1d8bda06a4
commit
b23e499b81
3 changed files with 11 additions and 7 deletions
|
@ -584,6 +584,12 @@ li {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.flex-between {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.justify-centered {
|
||||
justify-content: center;
|
||||
}
|
||||
|
|
Reference in a new issue