mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
Block design corrections
This commit is contained in:
parent
7bbfbdb188
commit
362a3554f9
2 changed files with 8 additions and 8 deletions
|
@ -18,7 +18,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.block-size {
|
.block-size {
|
||||||
font-size: 18px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-difference {
|
.time-difference {
|
||||||
font-size: 14px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fees {
|
.fees {
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.fee-span {
|
.fee-span {
|
||||||
font-size: 9px;
|
font-size: 11px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
color: #fff000;
|
color: #fff000;
|
||||||
}
|
}
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
.transaction-count {
|
.transaction-count {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.block-height {
|
.block-height {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.block-size {
|
.block-size {
|
||||||
font-size: 18px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-difference {
|
.time-difference {
|
||||||
font-size: 14px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fees {
|
.fees {
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.fee-span {
|
.fee-span {
|
||||||
font-size: 9px;
|
font-size: 11px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
color: #fff000;
|
color: #fff000;
|
||||||
}
|
}
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
.transaction-count {
|
.transaction-count {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bitcoin-block::after {
|
.bitcoin-block::after {
|
||||||
|
|
Loading…
Add table
Reference in a new issue