centered create page & changed create submit button

This commit is contained in:
Jack Wines 2023-06-10 21:09:06 -07:00
parent b8b7d8a198
commit 583506df02
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
body
{
display: flex;
flex-direction: column;
align-items: center;
}
#inputs, #options-create
{
display: flex;