Commit d340dc88e9b00d50a6be5fc46ebe282cfa307086

Authored by Melissa Wen
1 parent 752dfcc6

On homepage - fix categories overflow and hide image of tracks

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
partial_sass/_tracks.sass
... ... @@ -23,7 +23,10 @@
23 23 font-weight: normal
24 24 line-height: 100px
25 25 margin: 0
  26 + overflow: hidden
26 27 text-indent: 95px
  28 + .image
  29 + display: none
27 30 .name
28 31 color: #696778 !important
29 32 max-height: 38px
... ...