129
edits
Tags: Mobile edit Mobile web edit |
Tags: Mobile edit Mobile web edit |
||
Line 520: | Line 520: | ||
.table-HP td { | .table-HP td { | ||
display: block; | display: block; | ||
width: 100%; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
@media screen and (max-width: | @media screen and (max-width: 400px) { | ||
.table-HP td { | .table-HP td { | ||
width:20%; | width:20%; | ||
} | } | ||
} | } |