Improves styles for auth pages mobile version

This commit is contained in:
Alberto Garcia Cabeza
2015-09-05 00:31:19 +02:00
parent d1b84b7398
commit 22f579f376
4 changed files with 28 additions and 7 deletions

View File

@@ -34,8 +34,7 @@
<div class="small-12 medium-8 large-5 column small-centered">
<h1>
<%= link_to root_path do %>
<%= image_tag('logo_madrid_white.png', class: 'left', size: '96x96') %>
<%= t("layouts.header.open_gov", open: "<strong>#{t('layouts.header.open')}</strong>").html_safe %> | <span><%= t("layouts.header.participation") %></span>
<%= image_tag("auth_logo.png", class: "left", size: "450x96", alt: t('layouts.header.logo')) %>
<% end %>
</h1>
</div>