mirror of
https://github.com/mempool/mempool.git
synced 2025-01-09 23:16:48 +01:00
db2e293ce5
Transaction view. Block view. Blocks list.
9 lines
95 B
SCSS
9 lines
95 B
SCSS
.td-width {
|
|
width: 175px;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.td-width {
|
|
width: 150px;
|
|
}
|
|
} |