MediaWiki:Mobile.css: Difference between revisions

From EULAC
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */
iframe {
iframe {
     max-width: 90vw;
     max-width: 80vw;
     max-height: 56.25vw;  /* height/width ratio = 315/560 = .5625 */
     max-height: 56.25vw;  /* height/width ratio = 315/560 = .5625 */
}
}

Latest revision as of 13:46, 20 February 2017

/* CSS placed here will affect users of the mobile site */
iframe {
    max-width: 80vw;
    max-height: 56.25vw;  /* height/width ratio = 315/560 = .5625 */
}