Tweak toc in step by step guide

This commit is contained in:
Alex Cabal 2022-12-31 22:45:04 -06:00
parent ed40d7ef0c
commit 6b32df03ab
2 changed files with 32 additions and 38 deletions

View file

@ -329,7 +329,7 @@ code.full .utf{
}
.step-by-step-guide details{
padding: 1.0em 0;
padding: 1rem 0;
list-style-type: none;
counter-reset: toc 0;
}
@ -346,14 +346,6 @@ code.full .utf{
list-style-position: outside;
}
.step-by-step-guide details p {
counter-increment: toc 1;
}
.step-by-step-guide details p::before{
content: counter(toc) ". ";
}
.alert p.warning{
font-size: 2rem;
font-weight: bold;