Adjust spacing
This commit is contained in:
parent
773d0a21ea
commit
14887ae350
|
@ -1,9 +1,15 @@
|
||||||
.markup
|
.markup
|
||||||
@apply leading-normal
|
@apply leading-normal -mb-6
|
||||||
|
|
||||||
|
> *
|
||||||
|
@apply mb-6
|
||||||
|
|
||||||
h2,
|
h2,
|
||||||
h3
|
h3
|
||||||
@apply mt-8 mb-3 text-black
|
@apply text-black mb-3
|
||||||
|
|
||||||
|
h2
|
||||||
|
@apply mt-8
|
||||||
|
|
||||||
code
|
code
|
||||||
@apply bg-grey-lighter font-mono text-sm
|
@apply bg-grey-lighter font-mono text-sm
|
||||||
|
@ -13,12 +19,6 @@
|
||||||
code
|
code
|
||||||
@apply inline-block px-1 py-1 border border-grey-light font-bold
|
@apply inline-block px-1 py-1 border border-grey-light font-bold
|
||||||
|
|
||||||
// pre code
|
|
||||||
// @apply my-8
|
|
||||||
|
|
||||||
// pre:first-child code
|
|
||||||
// @apply mt-0
|
|
||||||
|
|
||||||
a,
|
a,
|
||||||
.link
|
.link
|
||||||
@apply text-blue no-underline
|
@apply text-blue no-underline
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
@apply block leading-loose overflow-x-scroll p-6
|
@apply block leading-loose overflow-x-scroll p-6
|
||||||
|
|
||||||
figure
|
figure
|
||||||
@apply block mb-8
|
@apply block
|
||||||
|
|
||||||
figcaption
|
figcaption
|
||||||
@apply italic text-sm text-grey-darker text-center mb-0 mt-1
|
@apply italic text-sm text-grey-darker text-center mb-0 mt-1
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
{% include 'post/header' %}
|
{% include 'post/header' %}
|
||||||
{% include 'post/intro-image' %}
|
{% include 'post/intro-image' %}
|
||||||
|
|
||||||
<div class="markup spaced-y-8 mb-6">
|
<div class="markup mb-6">
|
||||||
{% include 'post/old-post-message' %}
|
{% include 'post/old-post-message' %}
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue