From 5ce80f2795e7933aabf3bd645cf10d2fbcf23abd Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 13 Feb 2019 01:52:53 +0000 Subject: [PATCH] Adjust markup element spacing again --- assets/sass/components/markup.sass | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/assets/sass/components/markup.sass b/assets/sass/components/markup.sass index 328b34a0..3ebab162 100644 --- a/assets/sass/components/markup.sass +++ b/assets/sass/components/markup.sass @@ -6,7 +6,17 @@ @apply text-black mb-3 h2 - @apply mt-8 + @apply mt-10 + + p, + ul, + ol, + table, + figure, + pre, + [v-pre] + &:not(:last-child) + @apply mb-6 code @apply bg-grey-lighter font-mono text-sm @@ -20,7 +30,8 @@ .hljs @apply block leading-loose overflow-x-scroll p-6 - figure + figure, + img @apply block figcaption