diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index e67e030..bcd4094 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -248,9 +248,18 @@ h1{ #logos{ padding:15px 0; float:left; - img{ + .imgpayre img{ height:90px; margin:0 10px; + position: relative; + bottom: 10px; + height: 90px !important; + width: auto; + } + + #idpayre img{ + height: 110px !important; + width: auto; } } } @@ -414,6 +423,8 @@ h2{ display:none; } + + @media screen and (max-width: 880px) { .sub_menu { display: none; diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index c585636..eea58c8 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -221,19 +221,22 @@ #sub_footer #logos - =link_to "https://groupe-payre.fr", :target => "_blank" do + =link_to "https://groupe-payre.fr", :id => "idpayre", :target => "_blank" do =image_tag "/logo.png" - =link_to "https://payreagriculture.fr/", :target => "_blank" do + =link_to "https://etschaix.fr/", :class => "imgpayre", :target => "_blank" do + =image_tag "/chaix.png" + + =link_to "https://payreagriculture.fr/", :class => "imgpayre", :target => "_blank" do =image_tag "/payre-agriculture.png" - =link_to "https://payreenergies.fr/", :target => "_blank" do + =link_to "https://payreenergies.fr/", :class => "imgpayre", :target => "_blank" do =image_tag "/payre-energies.png" - =link_to "https://payremaintenance.fr/", :target => "_blank" do + =link_to "https://payremaintenance.fr/", :class => "imgpayre", :target => "_blank" do =image_tag "/payre-maintenance.png" - =link_to "https://payrejardinerie.fr/", :target => "_blank" do + =link_to "https://payrejardinerie.fr/", :class => "imgpayre", :target => "_blank" do =image_tag "/payre-jardinerie.png" diff --git a/public/chaix.png b/public/chaix.png new file mode 100644 index 0000000..46e3e12 Binary files /dev/null and b/public/chaix.png differ