Move everything to components, (WIP) Version creation

This commit is contained in:
Jai A
2020-10-22 22:46:10 -07:00
parent 969bec248a
commit 663418e943
13 changed files with 550 additions and 104 deletions

View File

@@ -55,6 +55,11 @@
}
}
.required:after {
content: ' *';
color: red;
}
.markdown-body {
p {
padding: 0;