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,7 +23,10 @@
23 font-weight: normal 23 font-weight: normal
24 line-height: 100px 24 line-height: 100px
25 margin: 0 25 margin: 0
  26 + overflow: hidden
26 text-indent: 95px 27 text-indent: 95px
  28 + .image
  29 + display: none
27 .name 30 .name
28 color: #696778 !important 31 color: #696778 !important
29 max-height: 38px 32 max-height: 38px