makes buttons 100% width on mobile version

This commit is contained in:
Alberto Garcia Cabeza
2017-02-06 12:04:50 +01:00
parent 1d2a0c3fcd
commit 26ac9f6759

View File

@@ -59,8 +59,8 @@
<% end %>
</ul>
</div>
<div class="small-12 column">
<%= link_to t("polls.index.participate_button"), poll, class: "button" %>
<div class="small-12 medium-6 large-4 column end">
<%= link_to t("polls.index.participate_button"), poll, class: "button expanded" %>
</div>
</div>
</div>