MediaWiki:Common.css: Difference between revisions

From Claremont MakerSpace
(Created page with "→‎CSS placed here will be applied to all skins: →‎TODO: make responsive: .two-column { column-count: 2; }")
 
(Constrain diagrams to article width)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
 
.ext-diagrams img {
/* TODO: make responsive */
   max-width: 100%;
.two-column {
   column-count: 2;
}
}

Latest revision as of 05:03, 6 January 2023

/* CSS placed here will be applied to all skins */
.ext-diagrams img {
  max-width: 100%;
}