mirror of
https://github.com/mempool/mempool.git
synced 2025-01-10 07:26:46 +01:00
53999dbea5
Minor ui fixes.
17 lines
203 B
SCSS
17 lines
203 B
SCSS
.title-block {
|
|
color: #FFF;
|
|
padding-top: 20px;
|
|
padding-bottom: 3px;
|
|
border-top: 3px solid #FFF;
|
|
}
|
|
|
|
.td-width {
|
|
width: 175px;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.td-width {
|
|
width: 140px;
|
|
}
|
|
}
|