more spacing between paragraphs
This commit is contained in:
parent
b6cd67dbd5
commit
47e8339b9d
1 changed files with 10 additions and 0 deletions
|
@ -50,6 +50,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
p,
|
||||
blockquote,
|
||||
dl,
|
||||
ul,
|
||||
ol,
|
||||
pre,
|
||||
table {
|
||||
margin-top: var(--spacing-medium);
|
||||
}
|
||||
|
||||
// Tables
|
||||
table {
|
||||
margin-bottom: 1.2rem;
|
||||
|
|
Loading…
Add table
Reference in a new issue