This commit is contained in:
Nicolas Bally 2016-08-01 18:14:10 +02:00
parent 50a813bc31
commit 532f12a11a
2 changed files with 22 additions and 3 deletions

View File

@ -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;

View File

@ -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}