MediaWiki:Mobile.css: Difference between revisions

From EULAC
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the mobile site: iframe { max-width: 100vw; max-height: 56.25vw; →‎height/width ratio = 315/560 = .5625: }")
(No difference)

Revision as of 13:43, 20 February 2017

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