MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 5: Line 5:
}
}


/* Center content in table cells */
.welcome-table th {
    font-size: 16px;
    padding-top: 8px;          /* Increased padding on top for header cells */
}
 
.welcome-table td {
.welcome-table td {
     vertical-align: top;
     vertical-align: top;
     text-align: center; /* Center the text under the image */
     text-align: center; /* Center the text under the image */
     padding: 8px; /* Add some padding for spacing */
     padding: 8px; /* Add some padding for spacing */
}
.welcome-table th {
    padding-top: 8px;          /* Increased padding on top for header cells */
}
}