draft: post about formatting lib
This commit is contained in:
parent
332fb13668
commit
153ba9f0c2
5 changed files with 699 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
main.doc {
|
||||
--doc-text-width: 80ch;
|
||||
--doc-text-width: 85ch;
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -52,12 +52,15 @@ main.doc {
|
|||
& ul,
|
||||
& ol {
|
||||
/* Is there a better way to add spacing to the marker, other than adding whitespace? */
|
||||
list-style: "- ";
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0.5lh;
|
||||
padding-left: 3.2em;
|
||||
}
|
||||
|
||||
& ul {
|
||||
list-style: "- ";
|
||||
}
|
||||
}
|
||||
|
||||
& section.feed {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue