Change padding top from next/previous item to margin

this way it moves closer up to the posts without a PM plug - it was too much before
This commit is contained in:
davegson 2021-04-22 10:22:31 +02:00
parent 7189c8e9dd
commit 397f7c9d44

View file

@ -1,4 +1,4 @@
<div class="flex pt-24 justify-center grid grid-rows-2 grid-cols-2 row-gap-12 md:grid-rows-1 md:row-gap-0 md:col-gap-16 max-w-3xl mx-auto">
<div class="flex mt-24 justify-center grid grid-rows-2 grid-cols-2 row-gap-12 md:grid-rows-1 md:row-gap-0 md:col-gap-16 max-w-3xl mx-auto">
{% if page.next.url %}
<div class="text-left row-start-1 row-end-2 col-start-1 col-end-3 md:row-auto md:col-auto">
{% if page.next.category == "blog" %}