minor style changes in blog post gallery entries

This commit is contained in:
2026-03-31 23:48:08 +02:00
parent f9011db517
commit 866e7413aa

View File

@@ -16,7 +16,7 @@
</div>
<div class="entry-text-container">
<p class="entry-title">{post.post.title}</p>
<p class="entry-date">::&nbsp;{post.post.date}&nbsp;::</p>
<p class="entry-date">::&nbsp;{post.post.date}</p>
<p class="entry-description">{post.post.description}</p>
<div class="entry-tag-container">
{#each post.post.tags as tag}
@@ -106,7 +106,7 @@
.entry-description {
font-size: 1.0rem;
line-height: 1.2rem;
line-height: 1.3rem;
margin: 4px 0 8px;
}