Highlight top features better on the site

This commit is contained in:
Vikram Rangnekar
2019-08-19 21:30:00 -04:00
parent aa9a4e3dc4
commit 72f8650ac0
5 changed files with 52 additions and 61 deletions

View File

@ -1,5 +1,17 @@
@tailwind base;
@css {
.markdown h1 {
@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 {
@apply py-2 text-lg
}
}
@tailwind components;
@tailwind utilities;