improve list style
This commit is contained in:
parent
46ff0d4cb9
commit
865a7aff6b
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ ul {
|
||||||
margin-left: 1.25em;
|
margin-left: 1.25em;
|
||||||
margin-bottom: 1.25em;
|
margin-bottom: 1.25em;
|
||||||
li {
|
li {
|
||||||
margin-bottom: 1em;
|
margin-bottom: .6em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ol {
|
ol {
|
||||||
|
@ -66,6 +66,6 @@ ol {
|
||||||
margin-left: 1.25em;
|
margin-left: 1.25em;
|
||||||
margin-bottom: 1.25em;
|
margin-bottom: 1.25em;
|
||||||
li {
|
li {
|
||||||
margin-bottom: 1em;
|
margin-bottom: .6em;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue