mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
9 lines
118 B
SCSS
9 lines
118 B
SCSS
|
.td-width {
|
||
|
width: 150px;
|
||
|
min-width: 150px;
|
||
|
|
||
|
@media (max-width: 768px) {
|
||
|
width: 175px;
|
||
|
min-width: 175px;
|
||
|
}
|
||
|
}
|