Add route for closest and list

This commit is contained in:
2021-12-10 14:45:52 -06:00
parent 9877249e54
commit 3cabf260e8
13 changed files with 261 additions and 59 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
/* You can add global styles to this file, and also import other style files */
body {
height: 100vh;
height: 100%;
margin:0;
padding:0;
background: #2e2e2e;
}
html {
height: 100%;
}