MediaWiki:Vector.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 4: Line 4:
     width: 220px !important;  /* adjust as needed */
     width: 220px !important;  /* adjust as needed */
     height: 160px !important;  /* adjust as needed */
     height: 160px !important;  /* adjust as needed */
}
/* Center logo */
#p-logo {
  margin: 0 auto;
  float: none !important;
  text-align: center;
}
}