Improve viewports top tiles

This commit is contained in:
wez3 2017-01-22 19:23:44 +01:00
parent b953c50d01
commit aa62b266a1
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}