suite
This commit is contained in:
parent
50a813bc31
commit
532f12a11a
@ -978,7 +978,7 @@ padding:5px 8px;
|
|||||||
|
|
||||||
}
|
}
|
||||||
.mobile-no-margin-top{
|
.mobile-no-margin-top{
|
||||||
margin-top:0;
|
margin-top:0 !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1023,8 +1023,24 @@ padding:5px 8px;
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width:600px) {
|
|
||||||
|
.bottom_mobile_only{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
.bottom_desktop_only{
|
||||||
|
display:inline;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media screen and (max-width:600px) {
|
||||||
|
.bottom_mobile_only{
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
.bottom_desktop_only{
|
||||||
|
display:none;
|
||||||
|
|
||||||
|
}
|
||||||
#nous-bloc{
|
#nous-bloc{
|
||||||
.gallery_for_mobile{
|
.gallery_for_mobile{
|
||||||
display:block;
|
display:block;
|
||||||
|
@ -194,7 +194,10 @@
|
|||||||
=i(:"arrow-up")
|
=i(:"arrow-up")
|
||||||
|
|
||||||
.bottom
|
.bottom
|
||||||
© 2016 idN communication • Tous droits réservés •
|
© 2016 idN communication • Tous droits réservés
|
||||||
|
.bottom_mobile_only
|
||||||
|
%span.bottom_desktop_only
|
||||||
|
•
|
||||||
=link_to "Mentions légales", "/fr/mentions-legales.html", :data => {:remote => true}
|
=link_to "Mentions légales", "/fr/mentions-legales.html", :data => {:remote => true}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user