Difference between revisions of "MediaWiki:Vector.css"

From English Wiki
Jump to navigation Jump to search
m
m
Line 2: Line 2:
 
/* Bring the text to 14px ; formerly 0.95em */
 
/* Bring the text to 14px ; formerly 0.95em */
 
.mw-content-text {
 
.mw-content-text {
   font-size: 1.35em;
+
   font-size: 1.4em;
 
}
 
}

Revision as of 06:23, 13 September 2019

/* CSS placed here will affect users of the Vector skin */
/* Bring the text to 14px ; formerly 0.95em */
.mw-content-text {
  font-size: 1.4em;
}