MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 151: Line 151:
         font-size: 13px;
         font-size: 13px;
     }
     }
}
/* ============================================================
  HERO – center alignment
  ============================================================ */
.bc-hero {
    text-align: center;
}
/* Center meta + kicker text */
.bc-hero .bc-meta,
.bc-hero .bc-kicker {
    text-align: center;
}
/* Center pill rows and wrapped pills */
.bc-hero .bc-pillrow {
    justify-content: center;  /* centers pills horizontally */
}
/* Optional: keep max-width content visually centered */
.bc-hero p {
    margin-left: auto;
    margin-right: auto;
}
}