update docs

This commit is contained in:
chenxuanhong
2021-06-25 09:35:46 +08:00
parent 53a1bb1361
commit 695840178b
47 changed files with 18 additions and 18 deletions
+5
View File
@@ -0,0 +1,5 @@
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
padding-bottom: 20px;
}