SEO bits. styling bits, nvmrc
This commit is contained in:
parent
363014ae07
commit
f9f29d6be7
8 changed files with 111 additions and 41 deletions
|
@ -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: "- "
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue