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

@ -412,4 +412,7 @@
.i-member-profile-data-wrap.col-sm-9 { .i-member-profile-data-wrap.col-sm-9 {
width: 100%; width: 100%;
} }
}
.index-member-2-1 .i-member-item.row:not(:first-child) {
padding-top: 2em;
} }