MediaWiki:Common.css: Difference between revisions

no edit summary
(krfdyh is just a random key to link two concepts together within comments. You can search for this to see them all.)
No edit summary
Line 13: Line 13:
6.  Per-Page Styling
6.  Per-Page Styling
7.  Mobile Styling
7.  Mobile Styling
8.  New Styling (6-23-2023)
*/
*/


Line 843: Line 844:
   border-radius: 500px;
   border-radius: 500px;
   margin: 10px;  
   margin: 10px;  
}
/***********************/
/*  8. New Styling    */
/***********************/
.home-header {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.mw-body .home-title h1 {
    margin: 0;
    border: 0;
}
.home-stats p {
    margin: 0;
}
.home-intro {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
}