반응형
@media screen and (max-width: 481px)
.o_table_mobile {
width: 100%; overflow: hidden;
}
@media screen and (max-width: 481px)
.o_table_mobile .tbl_basic {
overflow-x: scroll;
}
@media screen and (max-width: 481px)
.o_table_mobile .tbl_basic table {
width: 100%; min-width: 980px;
}
반응형