Documenation updates

This commit is contained in:
Elio Struyf
2021-08-31 11:49:14 +02:00
parent 733e747f58
commit 0fd6e1c87b
32 changed files with 658 additions and 16 deletions
+19 -3
View File
@@ -16,7 +16,7 @@ html, body {height: 100%;}
}
ul {
@apply list-disc pl-4 pb-8;
@apply list-disc pl-5 pb-8;
}
a, a:visited {
@@ -36,13 +36,17 @@ html, body {height: 100%;}
}
h2 {
@apply tracking-tight font-extrabold sm:leading-none text-3xl xl:text-4xl;
@apply mt-16 tracking-tight font-extrabold sm:leading-none text-3xl xl:text-4xl !important;
}
h3 {
@apply tracking-tight font-extrabold sm:leading-none text-xl xl:text-2xl;
}
h4 {
@apply tracking-tight font-extrabold sm:leading-none text-lg xl:text-xl;
}
img {
@apply mx-auto my-8;
}
@@ -52,7 +56,7 @@ html, body {height: 100%;}
}
ul {
@apply list-disc pl-4 my-4;
@apply list-disc pl-5 my-4;
}
a, a:visited {
@@ -66,4 +70,16 @@ html, body {height: 100%;}
blockquote {
@apply py-2 px-4 my-4 border-l-4 border-teal-500;
}
blockquote.important {
@apply border-red-500;
}
code {
@apply text-rose-500;
}
pre {
@apply p-4 my-4 bg-vulcan-200;
}
}