fix style
This commit is contained in:
parent
16aeeb4aeb
commit
f1ea566251
|
@ -400,11 +400,16 @@
|
||||||
.member-data { width: 100%; }
|
.member-data { width: 100%; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 580px){
|
@media screen and (max-width: 580px){
|
||||||
.table-striped{
|
.table-striped{
|
||||||
th{
|
th{
|
||||||
width: 20%;
|
width: 20%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 768px){
|
||||||
|
.i-member-profile-data-wrap.col-sm-9 {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue