mirror of
https://github.com/mempool/mempool.git
synced 2025-03-01 01:00:00 +01:00
37 lines
589 B
SCSS
37 lines
589 B
SCSS
|
.card-header {
|
||
|
border-bottom: 0;
|
||
|
font-size: 18px;
|
||
|
@media (min-width: 465px) {
|
||
|
font-size: 20px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.full-container {
|
||
|
padding: 0px 15px;
|
||
|
width: 100%;
|
||
|
height: calc(100% - 140px);
|
||
|
@media (max-width: 992px) {
|
||
|
height: calc(100% - 190px);
|
||
|
};
|
||
|
@media (max-width: 575px) {
|
||
|
height: calc(100% - 230px);
|
||
|
};
|
||
|
}
|
||
|
|
||
|
.chart {
|
||
|
max-height: 400px;
|
||
|
@media (max-width: 767.98px) {
|
||
|
max-height: 230px;
|
||
|
margin-top: -35px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.bottom-padding {
|
||
|
@media (max-width: 992px) {
|
||
|
padding-bottom: 65px
|
||
|
};
|
||
|
@media (max-width: 576px) {
|
||
|
padding-bottom: 65px
|
||
|
};
|
||
|
}
|