mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-06 05:10:20 +03:00
Add margins around list-items in markdown
They're pretty tightly squeezed in there right now.
This commit is contained in:
parent
86b4db468b
commit
d729f3f1f5
|
@ -311,6 +311,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