add vertical spacing for markdown paragraphs
This commit is contained in:
parent
32debe1af6
commit
f6667de9e0
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
||||||
|
|
||||||
/* Paragraphs */
|
/* Paragraphs */
|
||||||
p {
|
p {
|
||||||
|
margin: $spacing-vertical 0;
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue