more spacing between paragraphs

This commit is contained in:
Alex Grintsvayg 2020-03-20 22:36:52 -04:00 committed by Sean Yesmunt
parent b6cd67dbd5
commit 47e8339b9d

View file

@ -50,6 +50,16 @@
}
}
p,
blockquote,
dl,
ul,
ol,
pre,
table {
margin-top: var(--spacing-medium);
}
// Tables
table {
margin-bottom: 1.2rem;