Tweak to the block layout, move block height down, only show median fee
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user