Block design corrections

This commit is contained in:
softsimon 2020-07-20 12:21:08 +07:00
parent 7bbfbdb188
commit 362a3554f9
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7
2 changed files with 8 additions and 8 deletions

View file

@ -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 {

View file

@ -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 {