chore: initial commit

This commit is contained in:
Stevan Freeborn
2023-04-07 23:18:45 -05:00
parent 15058b3908
commit 64520bf786
21 changed files with 7869 additions and 472 deletions
+22
View File
@@ -0,0 +1,22 @@
.nav {
display: flex;
justify-content: flex-end;
align-items: center;
padding: 0 1rem;
width: 100%;
}
.navList {
display: flex;
list-style: none;
}
.navItem {
margin-left: 1rem;
}
.navLink {
text-decoration: none;
color: #64adac;
font-weight: bold;
}