MediaWiki:Common.css: Difference between revisions

m
no edit summary
(Making images play better on mobile)
mNo edit summary
Line 27: Line 27:
}
}


img.float-right
.floatright img
{
{
     margin-left: 2em;
     margin-left: 2em;
Line 35: Line 35:
@media only screen and (max-width : 768px)
@media only screen and (max-width : 768px)
{
{
     img.float-right
     .floatright img
     {
     {
         margin-left: 0;
         margin-left: 0;
     }     
     }     
}
}