fix: fix the margin in other list page
This commit is contained in:
parent
6e1442fba2
commit
f9df805f10
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user