This commit is contained in:
Kenneth Jannette
2025-03-08 19:39:06 -05:00
parent 133e6fe9aa
commit 4a17c8d4ab
2 changed files with 5 additions and 3 deletions

View File

@@ -149,11 +149,13 @@ body {
}
.inputContainer {
display: flex;
flex-direction: column;
align-items: center;
margin: 0px auto;
min-width: 250px;
max-width: 250px;
margin-right: 25px;
padding-bottom: 5px;
padding-right: 5px;
}
.navBarContainer {