MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 19: Line 19:


.current-text {
.current-text {
     width: 52%;
     width: 56%;
     float: left;
     float: left;
     text-align: center;
     text-align: center;
Line 29: Line 29:


.current-media {
.current-media {
     width: 37%;
     width: 33%;
     float: left;
     float: left;
     padding-bottom: 2%;
     padding-bottom: 2%;
Line 142: Line 142:
     max-width: 100%;           
     max-width: 100%;           
     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: 98%;         
        box-sizing: border-box; 
    }
}
}