minor style changes in blog post gallery entries
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="entry-text-container">
|
<div class="entry-text-container">
|
||||||
<p class="entry-title">{post.post.title}</p>
|
<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>
|
<p class="entry-description">{post.post.description}</p>
|
||||||
<div class="entry-tag-container">
|
<div class="entry-tag-container">
|
||||||
{#each post.post.tags as tag}
|
{#each post.post.tags as tag}
|
||||||
@@ -106,7 +106,7 @@
|
|||||||
|
|
||||||
.entry-description {
|
.entry-description {
|
||||||
font-size: 1.0rem;
|
font-size: 1.0rem;
|
||||||
line-height: 1.2rem;
|
line-height: 1.3rem;
|
||||||
margin: 4px 0 8px;
|
margin: 4px 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user