MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 142: Line 142:
     max-width: 96%;           
     max-width: 96%;           
     box-sizing: border-box;   
     box-sizing: border-box;   
}
@media screen and (max-width: 768px) {
    .youtube-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important; 
        height: 100% !important; 
        max-width: 50%;         
        box-sizing: border-box; 
}
}
}