CHORE: Updated styling on stats page and fixed test failure

This commit is contained in:
2024-02-12 21:44:40 +00:00
parent cc9aaff6e1
commit 7f77dcdd02
3 changed files with 7 additions and 11 deletions

View File

@ -24,6 +24,7 @@ h2 {
.input-form-row {
display: flex;
flex-direction: row;
justify-content: space-evenly;
gap: 1em 1em;
}