kill margin-bottom on li
This commit is contained in:
parent
3d495dc781
commit
51a5ac5868
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ article section img {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul li {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
font-family: 'Source Code Pro', monospace;
|
font-family: 'Source Code Pro', monospace;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue