Update documentation site

This commit is contained in:
Vikram Rangnekar
2019-09-30 01:25:23 -04:00
parent d5dcff2810
commit 4ddce9f804
7 changed files with 2485 additions and 1860 deletions

View File

@ -1,13 +1,13 @@
@tailwind base;
@css {
.markdown h1 {
h1 {
@apply font-semibold text-3xl border-0 py-4
}
h2, h3, h4 {
@apply font-semibold text-2xl border-0 py-4
}
.markdown h2, .markdown h3, .markdown h4 {
@apply font-semibold text-xl border-0 py-4
}
.markdown p {
p {
@apply py-2 text-lg
}
}