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 57: Line 57:


/* SHARED GRID RULES */
/* SHARED GRID RULES */
/* ----------------- */
.grid-item {
width: 100%;
display: flex;
flex-direction: column;
align-items: stretch;
}
.grid-title {
font-variant: small-caps;
font-weight: bold;
line-height: 1.1;
text-align: center;
}
.grid-item img {/* SHARED GRID RULES */
/* ----------------- */
/* ----------------- */
.grid-item {
.grid-item {