Updated settings components.

This commit is contained in:
Mike Cao 2023-01-20 17:12:53 -08:00
parent 1d9c3133f0
commit 91af593ff5
31 changed files with 805 additions and 494 deletions

View file

@ -45,3 +45,9 @@
justify-content: flex-end;
padding: 20px;
}
.buttons {
display: flex;
align-items: center;
justify-content: center;
}