MediaWiki:Common.css

(Created page with "→‎CSS placed here will be applied to all skins: body { font-size: 12pt; }")
 
Line 3: Line 3:
 
body {
 
body {
 
   font-size: 12pt;
 
   font-size: 12pt;
 +
}
 +
.home-menu-columns {
 +
  width: 720px;
 
}
 
}

Revision as of 23:29, 9 February 2025

/* CSS placed here will be applied to all skins */

body {
  font-size: 12pt;
}
.home-menu-columns {
  width: 720px;
}