mirror of
https://github.com/Redocly/redoc.git
synced 2025-04-25 19:28:17 +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-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