Prevent large spacing on list items
This commit is contained in:
parent
bb666b1320
commit
e6de56532d
@ -154,6 +154,13 @@ video {
|
||||
hr {
|
||||
width: 100%;
|
||||
}
|
||||
li {
|
||||
margin-bottom: .3em;
|
||||
> p {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
pre {
|
||||
white-space: pre;
|
||||
overflow-x: scroll;
|
||||
|
Loading…
Reference in New Issue
Block a user