Skip to content
Snippets Groups Projects
Commit 99346aeb authored by Arnaud Levy's avatar Arnaud Levy
Browse files

adjust

parent ad36d391
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<% next if tag.websites.none? %>
<%= link_to "#{tag} <span class=\"badge bg-light text-dark rounded-pill\">#{tag.websites.in_production.count}</span>".html_safe,
showcase_tag_path(tag.slug),
class: 'btn btn-outline-light text-dark rounded-pill mb-1 me-1 px-lg-3 py-lg-2' %>
class: 'btn btn-outline-light text-dark rounded-pill mb-2 me-1 px-lg-3 py-lg-2' %>
<% end %>
</div>
......@@ -19,7 +19,7 @@
<% next if feature[:websites].none? %>
<%= link_to "#{feature[:name]} <span class=\"badge bg-light text-dark rounded-pill\">#{feature[:websites].count}</span>".html_safe,
feature[:path],
class: 'btn btn-outline-light text-dark rounded-pill mb-1 me-1 px-lg-3 py-lg-2' %>
class: 'btn btn-outline-light text-dark rounded-pill mb-2 me-1 px-lg-3 py-lg-2' %>
<% end %>
</div>
<% end %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment