110
edits
Changes
Created page with "→CSS placed here will affect users of the mobile site: .mobileonly{ display:inherit!important; } .desktoponly{ display:none!important; }"
/* CSS placed here will affect users of the mobile site */
.mobileonly{
display:inherit!important;
}
.desktoponly{
display:none!important;
}
.mobileonly{
display:inherit!important;
}
.desktoponly{
display:none!important;
}