mempool/frontend/src/app/bisq/bisq-stats/bisq-stats.component.scss

10 lines
96 B
SCSS
Raw Normal View History

2020-07-14 14:38:52 +07:00
.td-width {
2020-07-14 21:26:02 +07:00
width: 250px;
2020-07-14 14:38:52 +07:00
}
@media (max-width: 767.98px) {
.td-width {
width: 175px;
}
}