From bda96e66139e00a62de8f51840d3f714fdb3307b Mon Sep 17 00:00:00 2001 From: Caroline Girard Date: Thu, 28 Mar 2019 13:43:39 +0100 Subject: [PATCH] form change --- app/assets/stylesheets/public.scss | 11 +++++++++-- app/views/layouts/public.html.haml | 1 - 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index af321b4..ba5c2d4 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -196,7 +196,7 @@ h1{ .submit{ //width:600px; max-width:100%; - text-align:right; + //text-align:right; padding:14px 0; padding-top:0px; @@ -667,6 +667,10 @@ img{ #sub_footer { text-align: center; + #contacts { + padding-right: 0px !important; + height: 10vh; + } #logos { padding: 15px; img { @@ -674,6 +678,10 @@ img{ } #groupepayreid img{ height: 90px !important; + display: block; + width: auto; + position: relative; + left: 35%; } } @@ -729,5 +737,4 @@ img{ } } - } diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 3384651..4e911b0 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -317,7 +317,6 @@ =link_to "https://groupe-payre.fr", :id => "groupepayreid",:target => "_blank" do =image_tag "/logo.png" - %br =link_to "https://payreagriculture.fr", :target => "_blank" do =image_tag "/payre-agriculture.png"