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) {
|
||||
|
||||
|
||||
.desktop_only{
|
||||
|
||||
display:none;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.mobile_only{
|
||||
|
||||
display:block;
|
||||
|
||||
|
||||
}
|
||||
#services-bloc{
|
||||
img{
|
||||
margin-top:40px;
|
||||
|
@ -137,9 +137,11 @@
|
||||
%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
|
||||
|
||||
.desktop_only
|
||||
.row
|
||||
%table
|
||||
%tr
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user