diff --git a/assets/sass/components/markup.sass b/assets/sass/components/markup.sass index 084f1f4d..05593020 100644 --- a/assets/sass/components/markup.sass +++ b/assets/sass/components/markup.sass @@ -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 diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index 6b106f4c..8f3a0d0c 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -15,7 +15,7 @@ {% include 'post/header' %} {% include 'post/intro-image' %} -
+
{% include 'post/old-post-message' %} {% block content %}{% endblock %}