minor style changes in blog post gallery entries
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</div>
|
||||
<div class="entry-text-container">
|
||||
<p class="entry-title">{post.post.title}</p>
|
||||
<p class="entry-date">:: {post.post.date} ::</p>
|
||||
<p class="entry-date">:: {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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user