Difference between revisions of "Template:FULLWIDTH/styles.css"

From Culture.si
(Created page with "body #bodyContent #mw-content-text .mw-parser-output { grid-template-columns: 1fr; }")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
body #bodyContent #mw-content-text .mw-parser-output {
+
* {
grid-template-columns: 1fr;
+
grid-column: 1 / span 2;
 
}
 
}

Latest revision as of 20:33, 2 March 2021

* {
	grid-column: 1 / span 2;
}