diff --git a/app/assets/stylesheets/styles/pages/_home.css.scss b/app/assets/stylesheets/styles/pages/_home.css.scss index d504c6b85..cf40cc69e 100644 --- a/app/assets/stylesheets/styles/pages/_home.css.scss +++ b/app/assets/stylesheets/styles/pages/_home.css.scss @@ -59,6 +59,7 @@ video { display: block; } .hero { position: relative; max-width: initial; + min-height: 500px; height: inherit; .logo { diff --git a/app/views/crops/show.html.erb b/app/views/crops/show.html.erb index 3776e8975..a2e679020 100644 --- a/app/views/crops/show.html.erb +++ b/app/views/crops/show.html.erb @@ -44,6 +44,6 @@

Guides for this crop

<%= "no guides yet :(" if @guides.empty? %> <%= render partial: '/guides/guide_results_list', object: @guides %> - + <%= button_to "Create a guide!", new_guide_path, method:'get', class:"button expand" %> diff --git a/app/views/guides/_guide_result.html.erb b/app/views/guides/_guide_result.html.erb index 83ee0c0db..dfeef5450 100644 --- a/app/views/guides/_guide_result.html.erb +++ b/app/views/guides/_guide_result.html.erb @@ -1,5 +1,5 @@ <%= link_to guide do %> -
  • +
  • <%= guide.name %>