mempool/frontend/src/app/bisq/bisq-stats/bisq-stats.component.scss
softsimon ca0cf23d66
Bisq stats page.
BSQ prices.
2020-07-14 21:26:02 +07:00

10 lines
96 B
SCSS

.td-width {
width: 250px;
}
@media (max-width: 767.98px) {
.td-width {
width: 175px;
}
}