mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-25 10:03:45 +03:00
Add margins around list-items in markdown
They're pretty tightly squeezed in there right now.
This commit is contained in:
parent
c819bd67ea
commit
b165785064
|
@ -306,6 +306,9 @@ footer {
|
|||
font-family: $base-font, $base-font-family;
|
||||
font-weight: $base-font-weight;
|
||||
line-height: $base-line-height;
|
||||
> li {
|
||||
margin: 1em 0;
|
||||
}
|
||||
}
|
||||
|
||||
table {
|
||||
|
|
Loading…
Reference in New Issue
Block a user