font size for stats

This commit is contained in:
msquare 2017-12-26 17:08:14 +01:00
parent a3905dc8e8
commit bf7474b3d3
8 changed files with 30 additions and 0 deletions

View File

@ -6744,6 +6744,7 @@ body {
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
font-size: 20px;
height: 130px;
text-align: center;
}
@ -6758,6 +6759,9 @@ body {
font-weight: 200;
}
@media (max-width: 992px) {
.stats {
font-size: inherit;
}
.stats .number {
font-size: 40px;
}

View File

@ -6767,6 +6767,7 @@ body {
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
font-size: 20px;
height: 130px;
text-align: center;
}
@ -6781,6 +6782,9 @@ body {
font-weight: 200;
}
@media (max-width: 992px) {
.stats {
font-size: inherit;
}
.stats .number {
font-size: 40px;
}

View File

@ -6744,6 +6744,7 @@ body {
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
font-size: 20px;
height: 130px;
text-align: center;
}
@ -6758,6 +6759,9 @@ body {
font-weight: 200;
}
@media (max-width: 992px) {
.stats {
font-size: inherit;
}
.stats .number {
font-size: 40px;
}

View File

@ -6753,6 +6753,7 @@ body {
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
font-size: 20px;
height: 130px;
text-align: center;
}
@ -6767,6 +6768,9 @@ body {
font-weight: 200;
}
@media (max-width: 992px) {
.stats {
font-size: inherit;
}
.stats .number {
font-size: 40px;
}

View File

@ -6767,6 +6767,7 @@ body {
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
font-size: 20px;
height: 130px;
text-align: center;
}
@ -6781,6 +6782,9 @@ body {
font-weight: 200;
}
@media (max-width: 992px) {
.stats {
font-size: inherit;
}
.stats .number {
font-size: 40px;
}

View File

@ -6747,6 +6747,7 @@ body {
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
font-size: 20px;
height: 130px;
text-align: center;
}
@ -6761,6 +6762,9 @@ body {
font-weight: 200;
}
@media (max-width: 992px) {
.stats {
font-size: inherit;
}
.stats .number {
font-size: 40px;
}

View File

@ -6771,6 +6771,7 @@ body {
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
font-size: 20px;
height: 130px;
text-align: center;
}
@ -6785,6 +6786,9 @@ body {
font-weight: 200;
}
@media (max-width: 992px) {
.stats {
font-size: inherit;
}
.stats .number {
font-size: 40px;
}

View File

@ -25,6 +25,7 @@ body {
.stats {
.make-md-column(3);
.make-xs-column(6);
font-size: 20px;
height: 130px;
text-align: center;
@ -33,6 +34,7 @@ body {
font-weight: 200;
}
@media (max-width: @screen-md) {
font-size: inherit;
.number {
font-size: 40px;
}