Skip to content

Commit 96faec2

Browse files
author
reco_luan
authored
Merge pull request #54 from vuepress-reco/feature/reco
fix: fix home-blog page display bug
2 parents 18d46f1 + 656d7ba commit 96faec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/HomeBlog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export default {
225225
.info-wrapper {
226226
transition all .3s
227227
margin-left 15px;
228-
width 34rem;
228+
flex 0 0 300px
229229
height auto;
230230
box-shadow 0 2px 10px rgba(0,0,0,0.2);
231231
box-sizing border-box

0 commit comments

Comments
 (0)