Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 671: Line 671:


.mainpage-wrapper .intro-text {
.mainpage-wrapper .intro-text {
  max-width: 800px;
   margin: 1em auto;
   margin: 1em auto;
   text-align: center;
   text-align: center;
Line 682: Line 681:
   gap: 1em;
   gap: 1em;
   margin: 2em auto;
   margin: 2em auto;
  max-width: 1000px;
}
}
.mainpage-wrapper .info-box {
.mainpage-wrapper .info-box {
   flex: 1 1 300px;
   flex: 1 1 32%;
   padding: 1em;
   padding: 1em;
}
}
Line 694: Line 692:
   justify-content: space-between;
   justify-content: space-between;
   margin: 2em auto;
   margin: 2em auto;
  max-width: 1000px;
   gap: 2em;
   gap: 2em;
}
}