diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index fc08755db..c8d836c99 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -7,8 +7,10 @@
<%= render partial: "partials/cards/facts", locals: { cards: @site_facts } %> -

Statistics updated: <%= @update_date %>

- <%= link_to('Download latest global statistics', global_statistics_download_path) %> +

+ Statistics updated: <%= @update_date %> + <%= link_to('Download latest global statistics', global_statistics_download_path, { class: "margin-space--left" }) %> +

<%= render partial: "partials/search/protected-areas", locals: { config: @config_search_areas } %>