Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit ce810ff

Browse files
committed
fix: the spacing of summary is too narrow
1 parent 3cddcc8 commit ce810ff

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

global-components/BaseListLayout.vue

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<NavLink :link="page.path">{{ page.title }}</NavLink>
77
</div>
88

9-
<div class="ui-post-summary">
9+
<p class="ui-post-summary">
1010
{{ page.frontmatter.summary || page.summary }}
1111
<!-- <Content :page-key="page.key" slot-key="intro"/>-->
12-
</div>
12+
</p>
1313

1414
<div v-if="page.frontmatter.author" class="ui-post-author">
1515
<NavigationIcon />
@@ -97,9 +97,6 @@ export default {
9797
border-bottom 0px
9898
margin-bottom 0px
9999
100-
p
101-
margin 0
102-
103100
.ui-post-title
104101
font-family PT Serif, Serif
105102
font-size 28px
@@ -116,7 +113,6 @@ export default {
116113
117114
.ui-post-summary
118115
font-size 14px
119-
margin-bottom 15px
120116
color rgba(0, 0, 0, 0.54)
121117
font-weight 200
122118

0 commit comments

Comments
 (0)