Merge pull request #57 from vuepress-reco/feature/orange
fix: fix the margin in other list page
This commit is contained in:
commit
51bc903cbd
@ -219,6 +219,11 @@ export default {
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
margin 20px auto 0
|
margin 20px auto 0
|
||||||
max-width 1126px
|
max-width 1126px
|
||||||
|
.abstract-wrapper {
|
||||||
|
.abstract-item:last-child {
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.blog-list {
|
.blog-list {
|
||||||
flex auto
|
flex auto
|
||||||
}
|
}
|
||||||
|
@ -39,8 +39,6 @@ export default {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
transition all .3s
|
transition all .3s
|
||||||
background-color $bgColor
|
background-color $bgColor
|
||||||
&:last-child
|
|
||||||
margin-bottom 0
|
|
||||||
&:hover
|
&:hover
|
||||||
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
|
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
|
||||||
.title
|
.title
|
||||||
|
Loading…
Reference in New Issue
Block a user