Inital commit for font size adjust slider

This commit is contained in:
Colin McLeod
2015-06-29 16:29:09 -07:00
parent 42d51b7612
commit c2a84606a1
7 changed files with 48 additions and 20 deletions

View File

@@ -25,6 +25,9 @@ html, body {
height: 100%;
width: 100%;
text-rendering: optimizeLegibility;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
body {

View File

@@ -196,6 +196,14 @@ table.total {
width: 100% !important;
});
}
.smallTablet({
.axis.x {
g.tick:nth-child(2n + 1) text {
display: none;
}
}
});
}
.power-band {