mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
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:
parent
7189c8e9dd
commit
397f7c9d44
1 changed files with 1 additions and 1 deletions
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Reference in a new issue