style: optimize home page style
This commit is contained in:
parent
b499579def
commit
5e31c08831
|
@ -39,5 +39,5 @@ const target_date = post.date !== post.updated ? post.updated : post.date
|
||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="<%- url_for(post.path) %>"><%- __('read_more') %> <i class="fas fa-angle-right"></i></a>
|
<a class="read-more" href="<%- url_for(post.path) %>"><%- __('read_more') %> <i class="fas fa-angle-right"></i></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -59,7 +59,6 @@
|
||||||
color var(--text-color-4)
|
color var(--text-color-4)
|
||||||
font-size 0.92rem
|
font-size 0.92rem
|
||||||
|
|
||||||
|
|
||||||
.home-article-meta-info {
|
.home-article-meta-info {
|
||||||
letter-spacing 0.5px
|
letter-spacing 0.5px
|
||||||
|
|
||||||
|
@ -90,6 +89,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.read-more {
|
||||||
|
display flex
|
||||||
|
align-items center
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
flex 1
|
flex 1
|
||||||
height 1px
|
height 1px
|
||||||
|
@ -98,6 +103,7 @@
|
||||||
border none
|
border none
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color var(--text-color-4)
|
color var(--text-color-4)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue