Increase space between content in posts
This commit is contained in:
parent
95adadf1af
commit
5b20ede45c
|
@ -13,8 +13,11 @@
|
|||
code
|
||||
@apply inline-block px-1 py-1 border border-grey-light font-bold
|
||||
|
||||
pre
|
||||
@apply my-8
|
||||
// pre code
|
||||
// @apply my-8
|
||||
|
||||
// pre:first-child code
|
||||
// @apply mt-0
|
||||
|
||||
a,
|
||||
.link
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
{% include 'post/header' %}
|
||||
{% include 'post/intro-image' %}
|
||||
|
||||
<div class="markup spaced-y-4 mb-6">
|
||||
<div class="markup spaced-y-8 mb-6">
|
||||
{% include 'post/old-post-message' %}
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
|
Reference in a new issue