diff --git a/app/assets/stylesheets/tile.css b/app/assets/stylesheets/tile.css index 687faafc..279d3e78 100644 --- a/app/assets/stylesheets/tile.css +++ b/app/assets/stylesheets/tile.css @@ -19,13 +19,15 @@ .tile { width: 100%; - max-width: 200px; + max-width: 12em; padding: 16px; display: inline; cursor:pointer; } - +a { + color: inherit; +} .tile-img { display: block; diff --git a/app/views/application/_tile_template.html.erb b/app/views/application/_tile_template.html.erb index f14bade8..72a0d91b 100644 --- a/app/views/application/_tile_template.html.erb +++ b/app/views/application/_tile_template.html.erb @@ -1,4 +1,6 @@ -