This commit is contained in:
Nicolas Bally 2016-07-29 23:21:38 +02:00
parent 51f1c264fe
commit ef75c122fc
2 changed files with 49 additions and 14 deletions

View File

@ -727,12 +727,37 @@ padding:5px 8px;
} }
} }
.mobile_only{
display:none;
}
.desktop_only{
display:block;
}
@media screen and (max-width:880px) { @media screen and (max-width:880px) {
.desktop_only{
display:none;
}
.mobile_only{
display:block;
}
#services-bloc{ #services-bloc{
img{ img{
margin-top:40px; margin-top:40px;

View File

@ -137,22 +137,24 @@
%h2{:style => "text-align:center;"} Contact %h2{:style => "text-align:center;"} Contact
%div{:style => "padding:30px 0;padding-top:0"} %div{:style => "padding:30px 0;padding-top:0"}
%h3 Vous voulez travailler avec nous ? %h3 Vous voulez travailler avec nous ?
.row .row
.columns.span_6 .columns.span_6
.row
%table .desktop_only
%tr .row
%td %table
=image_tag "/icone-telephone.png" %tr
%td %td
09 50 11 76 71 =image_tag "/icone-telephone.png"
%br %td
06 62 95 47 70 09 50 11 76 71
%td %br
ou 06 62 95 47 70
%td %td
=image_tag "/icone-mail.png" ou
%td
=image_tag "/icone-mail.png"
.row.idn_sign .row.idn_sign
.columns.span_5{:style => "width:170px;"} .columns.span_5{:style => "width:170px;"}
@ -167,6 +169,14 @@
%br %br
%br %br
=link_to "contact@idncommunication.com", "mailto:contact@idncommunication.com" =link_to "contact@idncommunication.com", "mailto:contact@idncommunication.com"
.mobile_only
%br
09 50 11 76 71
%br
06 62 95 47 70
%br
%br
.columns.span_6 .columns.span_6
.contact_form .contact_form