reduce margin size
This commit is contained in:
parent
f6667de9e0
commit
83da37f09c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
/* Paragraphs */
|
/* Paragraphs */
|
||||||
p {
|
p {
|
||||||
margin: $spacing-vertical 0;
|
margin: $spacing-vertical * 2/3 0;
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue