Anonymous

MediaWiki:Common.css: Difference between revisions

From Kainga Encyclopedia
no edit summary
No edit summary
No edit summary
Line 39: Line 39:
}
}


/* center elements if screen width is too low */
/* float elements on desktop */
@media only screen and (min-width: 561px){
.mobCenter{
.mobCenter{
float:right;
float:right;
margin-left:3px;
margin-left:3px;
margin-bottom:3px;
margin-bottom:3px;
}
}
@media only screen and (max-width: 560px){
.mobCenter
margin:3px auto;
}
}
}