MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 1,258:
Classes to hide elements in mobile
/***********************************/
@media only screen and (min-width: 100px) and (max-width: 1024px){
.mobilehide {
display: none;
}
}
 
@media only screen and (min-width: 1024px1025px){
.mobilehide {
color: #888888;
}
}
1,105

edits