mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 05:40:19 +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-family: $base-font, $base-font-family;
|
||||||
font-weight: $base-font-weight;
|
font-weight: $base-font-weight;
|
||||||
line-height: $base-line-height;
|
line-height: $base-line-height;
|
||||||
|
> li {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user