From a99a5d2bfae0ced0bf027eed1b1613b72a7e51e9 Mon Sep 17 00:00:00 2001 From: Caroline Girard Date: Tue, 26 Mar 2019 11:30:55 +0100 Subject: [PATCH] =?UTF-8?q?sub-footer=20modifi=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/stylesheets/public.scss | 8 ++++++++ app/views/layouts/public.html.haml | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index 21eeac3..3bc1c58 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -665,6 +665,14 @@ img{ text-align: center; #logos { padding: 20px; + img { + margin: 5px 12px !important; + } + } + + #place { + padding-right: 4% !important; + padding-left: 6% !important; } img { diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 9311c94..719fd45 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -314,6 +314,10 @@ #sub_footer #logos + + =link_to "https://groupe-payre.fr", :target => "_blank" do + =image_tag "/logo.png" + =link_to "https://payreagriculture.fr", :target => "_blank" do =image_tag "/payre-agriculture.png"