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

@@ -11,7 +11,7 @@
.position-container {
position: absolute;
left: 50%;
bottom: 150px;
bottom: 185px;
}
.chart-holder {
@@ -37,7 +37,7 @@
@media (min-width: 1920px) {
.position-container {
transform: scale(1.3);
bottom: 190px;
bottom: 230px;
}
.chart-holder {
height: calc(100% - 280px);