SEO bits. styling bits, nvmrc

This commit is contained in:
Rik Berkelder 2025-02-04 19:38:08 +01:00
parent 363014ae07
commit f9f29d6be7
8 changed files with 111 additions and 41 deletions

View file

@ -56,6 +56,30 @@ body {
}
}
ol:not(ol *, ul *),
ul:not(ol *, ul *) {
margin-left: 0rem;
margin-bottom: 3rem;
}
ol p,
ul p {
margin: 0.3rem 0rem;
}
ol {
list-style-type: decimal;
}
ul {
list-style-type: none;
li::before {
content: "- "
}
}
}
@ -147,4 +171,8 @@ img {
&[width][height] {
height: auto;
}
}
ul.list-dash>li::before {
content: "- "
}