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;
}

View file

@ -6,11 +6,7 @@
& .link {
border: 1px solid var(--gray-light);
padding: var(--sizing-xs) var(--sizing-sm) 0;
& button {
margin-right: var(--sizing-sm);
}
padding: var(--sizing-xs) var(--sizing-sm);
}
}