Tweak to the block layout, move block height down, only show median fee

This commit is contained in:
wiz
2020-03-13 21:10:10 +09:00
parent 95d15bde2f
commit 70445ddfa2
3 changed files with 9 additions and 11 deletions

View File

@@ -41,7 +41,7 @@
}
.fees {
font-size: 10px;
font-size: 14px;
margin-top: 10px;
margin-bottom: 2px;
}
@@ -53,9 +53,9 @@
.block-height {
position: absolute;
font-size: 18px;
bottom: 160px;
top: 133px;
width: 100%;
left: -12px;
left: 0px;
text-shadow: 0px 32px 3px #111;
z-index: 100;
}