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) {
.desktop_only{
display:none;
}
.mobile_only{
display:block;
}
#services-bloc{
img{
margin-top:40px;

View File

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