Adjust markup element spacing again
This commit is contained in:
parent
3e566aac01
commit
5ce80f2795
|
@ -6,7 +6,17 @@
|
||||||
@apply text-black mb-3
|
@apply text-black mb-3
|
||||||
|
|
||||||
h2
|
h2
|
||||||
@apply mt-8
|
@apply mt-10
|
||||||
|
|
||||||
|
p,
|
||||||
|
ul,
|
||||||
|
ol,
|
||||||
|
table,
|
||||||
|
figure,
|
||||||
|
pre,
|
||||||
|
[v-pre]
|
||||||
|
&:not(:last-child)
|
||||||
|
@apply mb-6
|
||||||
|
|
||||||
code
|
code
|
||||||
@apply bg-grey-lighter font-mono text-sm
|
@apply bg-grey-lighter font-mono text-sm
|
||||||
|
@ -20,7 +30,8 @@
|
||||||
.hljs
|
.hljs
|
||||||
@apply block leading-loose overflow-x-scroll p-6
|
@apply block leading-loose overflow-x-scroll p-6
|
||||||
|
|
||||||
figure
|
figure,
|
||||||
|
img
|
||||||
@apply block
|
@apply block
|
||||||
|
|
||||||
figcaption
|
figcaption
|
||||||
|
|
Loading…
Reference in a new issue