Jump to content

MediaWiki:Common.css: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
 
Line 7: Line 7:
.infobox-image { text-align: center; }
.infobox-image { text-align: center; }
.infobox-table { margin: 0.5rem; }
.infobox-table { margin: 0.5rem; }
.infobox-table th { padding-right: 1rem; }
.infobox-table th {
    min-width: 5rem;
    padding-right: 1rem;
}


/* Project boxes (Template:Project) */
/* Project boxes (Template:Project) */
Line 17: Line 20:
@media screen and (min-width: 720px) {
@media screen and (min-width: 720px) {
     .projectbox {
     .projectbox {
         max-width: 40rem;
         max-width: 32rem;
         margin: 0 auto;
         margin: 0 auto;
     }
     }