MediaWiki: Common.css: Difference between revisions
From ElixirBlocks
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
body{ | |||
font-size:1.3 em; | |||
} | |||
iframe { | iframe { |
Revision as of 02:16, 28 October 2023
body{
font-size:1.3 em;
}
iframe {
border: 0;
margin: 0;
padding: 0;
width: 150%;
height: 80vh;
left: - 400px;
}
main{
background-color:white;
}