Commit d8ea2ca7a0119cea50af172fed0ca7e7ef0fc5cd

Authored by Melissa Wen
1 parent cafee340

force width definition on tracks list

Showing 2 changed files with 3 additions and 1 deletions   Show diff stats
_tracks.sass
  1 +.community-track-plugin_track-card-list-block
  2 + width: 960px !important
1 3 .track_list
2 4 .item_card
3 5 border: 2px solid #ccc
... ...
style.sass
... ... @@ -72,7 +72,7 @@ body
72 72  
73 73 @import container
74 74  
75   -#content
  75 +.action-home-index #content, #content #box-organizer
76 76 @import tracks
77 77  
78 78 @import news
... ...