fix style

This commit is contained in:
chiu 2021-08-31 15:04:12 +08:00
parent 16aeeb4aeb
commit f1ea566251
1 changed files with 11 additions and 6 deletions

View File

@ -408,3 +408,8 @@
}
}
}
@media screen and (max-width: 768px){
.i-member-profile-data-wrap.col-sm-9 {
width: 100%;
}
}