diff --git a/app/less/charts.less b/app/less/charts.less index 7ac7fff6..f2aef464 100755 --- a/app/less/charts.less +++ b/app/less/charts.less @@ -1,16 +1,3 @@ - -.chart { - .medPhone({ - .axis { - font-size: 0.8em; - - g.tick:nth-child(2n + 1) text { - display: none; - } - } - }); -} - svg { .axis { @@ -48,5 +35,3 @@ svg { stroke-width: 1px; } } - - diff --git a/app/less/outfit.less b/app/less/outfit.less index 4eb5988c..d98576b6 100755 --- a/app/less/outfit.less +++ b/app/less/outfit.less @@ -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; }); } diff --git a/app/views/page-outfit.html b/app/views/page-outfit.html index 95b84b75..4e2f8f0f 100644 --- a/app/views/page-outfit.html +++ b/app/views/page-outfit.html @@ -17,7 +17,7 @@ @@ -56,7 +56,7 @@