mempool/frontend/src/app/components/fees-box/fees-box.component.scss
2020-07-29 17:30:30 +07:00

10 lines
82 B
SCSS

td {
width: 33%;
}
@media (max-width: 767.98px) {
td {
width: 50%;
}
}