Skip to content

Commit

Permalink
细节优化
Browse files Browse the repository at this point in the history
  • Loading branch information
nexmoe committed Feb 8, 2020
1 parent 6236061 commit f786472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layout/archive.ejs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<style>
#nexmoe-content .nexmoe-archives .nexmoe-post .nexmoe-post-cover {
max-height: 65px;
max-height: 75px;
}
</style>
<section class="nexmoe-archives">
Expand Down
2 changes: 1 addition & 1 deletion source/css/style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ body {
overflow: hidden;
border-radius: 10px;
margin-bottom: 10px;
min-height: 65px;
min-height: 75px;
background-color: #eee;
img {
width: 100%;
Expand Down

0 comments on commit f786472

Please sign in to comment.