Improve viewports top tiles
This commit is contained in:
parent
b953c50d01
commit
aa62b266a1
|
|
@ -459,15 +459,15 @@ table.no-margin .progress {
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) and (max-width: 1100px) {
|
||||
@media (min-width: 992px) {
|
||||
.tile_stats_count .count {
|
||||
font-size: 35px !important;
|
||||
font-size: 2.5vw !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width:768px) {
|
||||
.tile_stats_count .count {
|
||||
font-size: 5.5vw !important;
|
||||
font-size: 5vw !important;
|
||||
}
|
||||
.tile_stats_count .right span {
|
||||
font-size: 12px;
|
||||
|
|
@ -1961,7 +1961,7 @@ span.right {
|
|||
}
|
||||
|
||||
.tile_stats_count .count {
|
||||
font-size: 2.5vw;
|
||||
font-size: 3.5vw;
|
||||
/* line-height: 47px;*/
|
||||
font-weight: 600;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue