additional styling

This commit is contained in:
Kenneth Jannette
2025-02-20 21:36:00 -05:00
parent eca9e68fa9
commit 2b48963a9c
2 changed files with 9 additions and 3 deletions

View File

@@ -127,7 +127,11 @@ body {
}
.deleteButtonBox {
margin: 15px 0px 20px 0px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 15px auto;
}
.inputContainer {