get basic results page working

This commit is contained in:
afazio1
2024-04-21 00:21:25 -04:00
parent 4a6aa5faa5
commit 851443f19f
7 changed files with 93 additions and 32 deletions

View File

@@ -14,6 +14,11 @@ nav {
z-index: 1000;
box-sizing: border-box;
}
nav div {
display: flex;
align-items: center;
gap: 1rem;
}
.App {
display: flex;
flex-direction: column;