add border at post

This commit is contained in:
2024-03-19 12:29:58 +02:00
parent cc7d865d1d
commit aaffbe09d1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden">
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden border">
<div class="flex-1">
<a href={{ post.permalink }} class="block">
<div class="flex-shrink-0">

View File

@@ -9,7 +9,7 @@
{% endif %}
{% endif %}
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden">
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden border">
<div class="flex-1 border-b">
<a href="{{ post.permalink }}" class="block">
{% if post.extra.imgPath %}