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 97: Line 97:
.grid-four .grid-title {
.grid-four .grid-title {
font-size: 32px;
font-size: 32px;
margin: 0;
margin: 0 0 8px 0;
padding: 0 0 4px 0;
padding: 0;
min-height: 65px;
min-height: 96px;
display: flex;
display: flex;
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
text-align: center;
word-break: normal;
overflow-wrap: break-word;
}
}


Line 117: Line 119:


.grid-four .grid-title {
.grid-four .grid-title {
min-height: 88px;
min-height: 72px;
font-size: 28px;
font-size: 28px;
}
}
}
}


/* GRID THREE */
/* GRID THREE */