change bullet point
This commit is contained in:
parent
8d17639c96
commit
a65804bb91
1 changed files with 2 additions and 1 deletions
|
@ -46,10 +46,11 @@ main.doc {
|
||||||
& ul,
|
& ul,
|
||||||
& ol {
|
& ol {
|
||||||
/* Is there a better way to add spacing to the marker, other than adding whitespace? */
|
/* Is there a better way to add spacing to the marker, other than adding whitespace? */
|
||||||
list-style: "– ";
|
list-style: "- ";
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding-bottom: 0.5lh;
|
padding-bottom: 0.5lh;
|
||||||
|
padding-left: 3.2em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue