diff --git a/web/landing/assets/styles/app.css b/web/landing/assets/styles/app.css index a44ad6402..24d783181 100644 --- a/web/landing/assets/styles/app.css +++ b/web/landing/assets/styles/app.css @@ -34,7 +34,7 @@ code { } #blog-post { - @apply py-10 px-2 sm:px-4 mx-auto max-w-screen-xl; + @apply pt-10 pb-5 px-2 sm:px-4 mx-auto max-w-screen-xl; } #blog-post hr, p, pre, ul, h2, h3 { diff --git a/web/landing/templates/blog/post.html.twig b/web/landing/templates/blog/post.html.twig index 0982715fb..5a801f7ee 100644 --- a/web/landing/templates/blog/post.html.twig +++ b/web/landing/templates/blog/post.html.twig @@ -10,4 +10,21 @@ {% block main %} {{ block('article') }} +
+ +
{% endblock %} \ No newline at end of file diff --git a/web/landing/templates/documentation/dsl/function.html.twig b/web/landing/templates/documentation/dsl/function.html.twig index e28602d83..065734328 100644 --- a/web/landing/templates/documentation/dsl/function.html.twig +++ b/web/landing/templates/documentation/dsl/function.html.twig @@ -63,6 +63,24 @@ {% endfor %} {% endif %} + +
+ +