fix: fix the margin in other list page

This commit is contained in:
zsw 2019-10-11 15:08:45 +08:00
parent 6e1442fba2
commit f9df805f10
2 changed files with 5 additions and 2 deletions

View File

@ -219,6 +219,11 @@ export default {
align-items: flex-start;
margin 20px auto 0
max-width 1126px
.abstract-wrapper {
.abstract-item:last-child {
margin-bottom: 0px;
}
}
.blog-list {
flex auto
}

View File

@ -39,8 +39,6 @@ export default {
box-sizing: border-box;
transition all .3s
background-color $bgColor
&:last-child
margin-bottom 0
&:hover
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
.title