Skip to content

Commit

Permalink
ui(home): increase post cover height
Browse files Browse the repository at this point in the history
  • Loading branch information
XPoet committed Sep 7, 2023
1 parent 4b35f2e commit ddf5e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/home-content.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<% if (post?.cover) { %>
<div class="home-article-item-top border-box"
style="height: <%= post?.cover_height ? post?.cover_height + 'px' : '9.2rem' %>"
style="height: <%= post?.cover_height ? post?.cover_height + 'px' : '10rem' %>"
>
<% if (post.sticky) { %>
<div class="post-sticky-box cover">
Expand Down

0 comments on commit ddf5e56

Please sign in to comment.