Fixing footer and push left to center on after wrap
This commit is contained in:
parent
3627a18420
commit
55eb8397d2
3 changed files with 18 additions and 17 deletions
|
@ -1,15 +1,13 @@
|
|||
#footer
|
||||
.center
|
||||
%p{style:'margin-top: 1em;'}
|
||||
%p{class: "copyright text-muted small"}
|
||||
=link_to 'SGMAP', "http://etatplateforme.modernisation.gouv.fr"
|
||||
%div.row#footer
|
||||
%p{class: "copyright col-md-push-2 col-md-10 col-lg-push-2 col-lg-10 text-muted small"}
|
||||
=link_to 'SGMAP', "http://etatplateforme.modernisation.gouv.fr"
|
||||
|
||||
2016
|
||||
2016
|
||||
|
||||
\-
|
||||
\-
|
||||
|
||||
=link_to 'CGU / Mentions légales', cgu_path
|
||||
=link_to 'CGU / Mentions légales', cgu_path
|
||||
|
||||
\-
|
||||
\-
|
||||
|
||||
=link_to 'Contact', "mailto:"+t('dynamics.contact_email')
|
||||
=link_to 'Contact', "mailto:"+t('dynamics.contact_email')
|
||||
|
|
|
@ -33,5 +33,5 @@
|
|||
%div.row
|
||||
= yield
|
||||
%div.row
|
||||
= render partial: 'layouts/footer'
|
||||
= render partial: 'layouts/footer'
|
||||
= render partial: 'layouts/google_analytics'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue