Increase space between content in posts

This commit is contained in:
Oliver Davies 2019-02-12 22:20:28 +00:00
parent 95adadf1af
commit 5b20ede45c
2 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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>