Reduce the font of the feed description
This commit is contained in:
parent
dfd75221ca
commit
3ad11a4788
1 changed files with 3 additions and 3 deletions
|
@ -15,8 +15,8 @@
|
|||
</div>
|
||||
|
||||
<div class="description" v-if="feed.description?.length">
|
||||
<h2 v-if="feed.html.description" v-html="feed.description" />
|
||||
<h2 v-else v-text="feed.description" />
|
||||
<span v-if="feed.html.description" v-html="feed.description" />
|
||||
<span v-else v-text="feed.description" />
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
@ -190,7 +190,7 @@ main {
|
|||
font-size: 1.25em;
|
||||
|
||||
.description {
|
||||
max-width: 45em;
|
||||
padding: 1em;
|
||||
text-align: justify;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue