docs: fix toc links (#13770)

This commit is contained in:
Julien Robert
2022-11-04 15:35:22 +00:00
committed by GitHub
parent d2e4154298
commit d6e5bb3669
16 changed files with 622 additions and 679 deletions
+7 -1
View File
@@ -443,7 +443,13 @@ html {
@apply text-6 font-bold leading-9 tracking-tight;
}
h3 {
@apply text-4 font-semibold leading-7 tracking-tight;
@apply text-4 font-semibold leading-8 tracking-tight;
}
h4 {
@apply text-3 font-semibold leading-7 tracking-tight;
}
h5 {
@apply text-3 font-semibold leading-6 tracking-wide;
}
p {
@apply leading-relaxed;