fix: small styling changes

This commit is contained in:
Stevan Freeborn
2023-04-20 23:42:23 -05:00
parent 88d4c1c339
commit 99f00e4d85
2 changed files with 3 additions and 2 deletions
-1
View File
@@ -5,7 +5,6 @@
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
margin: 0 auto; margin: 0 auto;
overflow-y: auto;
scrollbar-color: transparent #0b3766; scrollbar-color: transparent #0b3766;
} }
+3 -1
View File
@@ -1,11 +1,13 @@
.nav { .nav {
position: sticky;
top: 0;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 1rem 0; padding: 1rem 0;
width: 100%; width: 100%;
max-width: 1450px;
margin: 0 auto; margin: 0 auto;
z-index: 100;
} }
.navListRight, .navListRight,