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

@ -400,11 +400,16 @@
.member-data { width: 100%; }
}
}
@media screen and (max-width: 580px){
.table-striped{
th{
width: 20%;
text-align: center;
}
@media screen and (max-width: 580px){
.table-striped{
th{
width: 20%;
text-align: center;
}
}
}
@media screen and (max-width: 768px){
.i-member-profile-data-wrap.col-sm-9 {
width: 100%;
}
}