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

11 lines
97 B
SCSS
Raw Normal View History

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