suite
This commit is contained in:
parent
51f1c264fe
commit
ef75c122fc
@ -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;
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user