mirror of
https://github.com/safing/web
synced 2025-04-23 12:29:09 +00:00
Fix grid postion
This commit is contained in:
parent
e0686bbe4b
commit
3a6c767a10
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ layout: page_container
|
|||
</div>
|
||||
{% endif %}
|
||||
{% if page.previous.url %}
|
||||
<div class="text-right">
|
||||
<div class="text-right col-start-2">
|
||||
<div class="pb-4 text-md opacity-55">Previous Post</div>
|
||||
<a href="{{page.previous.url }}" class="text-3xl tracking-tight font-extrabold leading-none break-normal">{{page.previous.title}}</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue