adjusted line height of banner subtitle to avoid being too close to the hr
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
{#if subtitle}
|
||||
<p class="subtitle">[ {subtitle} ]</p>
|
||||
{/if}
|
||||
{#if tags}
|
||||
{#if tags.length}
|
||||
<div class="tag-container">
|
||||
{#each tags as tag}
|
||||
<span class="post-tag">{tag}</span>
|
||||
@@ -120,10 +120,9 @@
|
||||
|
||||
.subtitle {
|
||||
font-family: var(--font-mono);
|
||||
/* width: fit-content; */
|
||||
font-weight: 500;
|
||||
font-size: 1.0rem;
|
||||
line-height: 1.0rem;
|
||||
line-height: 1.4rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user