Tweak chart axis labels

This commit is contained in:
Colin McLeod
2015-06-22 09:48:00 -07:00
parent 57304f55c1
commit ba2e9a12b0
2 changed files with 1 additions and 13 deletions

View File

@@ -15,16 +15,6 @@
width: 100%;
});
.medPhone({
.axis {
font-size: 0.8em;
g.tick:nth-child(2n + 1) text {
display: none;
}
}
});
h3 {
text-align: center;

View File

@@ -170,9 +170,7 @@ table.total {
width: 33%;
.smallTablet({
.axis {
font-size: 0.8em;
.axis.x {
g.tick:nth-child(2n + 1) text {
display: none;
}