fix style
This commit is contained in:
parent
16aeeb4aeb
commit
f1ea566251
|
@ -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%;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue