fix: styling on not found page

This commit is contained in:
Stevan Freeborn
2023-04-26 07:25:58 -05:00
parent 3ef3dfb1fc
commit c7b4def67f
+2
View File
@@ -5,6 +5,8 @@
justify-content: center; justify-content: center;
height: 100vh; height: 100vh;
width: 100vw; width: 100vw;
background-color: #05254a;
color: white;
} }
.navLink { .navLink {