Skip to content

Commit 656d7ba

Browse files
author
reco_luan
committed
fix: fix home-blog page display bug
1 parent c14d0bf commit 656d7ba

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)