Tweak outfit page charts responsiveness

This commit is contained in:
Colin McLeod
2015-06-16 15:28:06 -07:00
parent f3af0f3a99
commit bf99b34596
3 changed files with 22 additions and 21 deletions

View File

@@ -162,8 +162,24 @@ table.total {
});
.smallTablet({
overflow-x: auto;
-webkit-overflow-scrolling: touch;
width: 100% !important;
});
}
&.semi {
width: 50%;
.largePhone({
.axis {
font-size: 0.8em;
g.tick:nth-child(2n + 1) text {
display: none;
}
}
});
.medPhone({
width: 100% !important;
});
}