MediaWiki: Common.css: Difference between revisions

From ElixirBlocks
Jump to: navigation, search
No edit summary
No edit summary
Line 2: Line 2:




img[src*=""https://embed.diagrams.net/"] {
iframe {
     width:1200px;
    border: 0;
    margin: 0;
    padding: 0;
     width: 150%;
    height: 80vh;
}
}

Revision as of 18:15, 11 October 2023



iframe {
    border: 0;
    margin: 0;
    padding: 0;
    width: 150%;
    height: 80vh;
}