more docs

This commit is contained in:
2023-08-19 11:27:44 +02:00
parent a15b39ebf4
commit 5863f5ce11
3 changed files with 33 additions and 7 deletions

View File

@ -29,7 +29,7 @@ showdown.setFlavor('github')
import showdownHighlight from 'showdown-highlight';
const classMap = {
h1: 'text-4xl text-white ml-4 mx-4 my-4 mb-8',
h2: 'text-3xl text-white mx-4 my-4 mt-8',
h2: 'text-3xl text-white mx-4 my-4 mt-12 mb-6',
ul: 'text-underline',
li: 'ml-12 list-disc text-2xl text-white mx-4 my-4 leading-normal',
p: 'text-2xl text-white mx-4 my-4 leading-normal',