fix style

This commit is contained in:
chiu 2021-08-31 15:13:21 +08:00
parent f1ea566251
commit eee7df57ed
2 changed files with 3 additions and 3 deletions

View File

@ -558,9 +558,6 @@
right: 0; right: 0;
} }
} }
.layout-content{
margin-top: 5em;
}
} }
@media(max-width:768px){ @media(max-width:768px){
.pagerow{ .pagerow{

View File

@ -413,3 +413,6 @@
width: 100%; width: 100%;
} }
} }
.index-member-2-1 .i-member-item.row:not(:first-child) {
padding-top: 2em;
}