Fixes styles for mobile version

This commit is contained in:
Alberto Garcia Cabeza
2015-09-12 18:05:15 +02:00
parent e454e5300e
commit 747c604127
8 changed files with 91 additions and 40 deletions

View File

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