fixed responsivness

This commit is contained in:
2017-04-22 08:26:43 +02:00
parent 867078a437
commit a4b267056d
2 changed files with 13 additions and 14 deletions
+2 -3
View File
@@ -31,9 +31,8 @@ body.admin
body body
nav.languages nav.languages
position: absolute position: relative
top: 12px padding: 3px
right: 12px
.container.content .container.content
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
+11 -11
View File
@@ -51,17 +51,17 @@ html lang="#{I18n.locale}"
a href="https://wemakeit.com/projects/cannabislegalisierungs-crowd" class="text-success" a href="https://wemakeit.com/projects/cannabislegalisierungs-crowd" class="text-success"
= t('shared.crowdfunding') = t('shared.crowdfunding')
nav.languages nav.languages.pull-right
h2.sr-only =t('shared.lang') h2.sr-only =t('shared.lang')
a href='/' lang='de' a href='/' lang='de'
| Deutsch | Deutsch
|   |   |   |  
a href='/it' lang='it' a href='/it' lang='it'
| Italiano | Italiano
|   |   |   |  
a href='/fr' lang='fr' a href='/fr' lang='fr'
| Français | Français
br/
.container.content .container.content
= render 'shared/flashes' = render 'shared/flashes'
= render 'shared/header' = render 'shared/header'