MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 112: | Line 112: | ||
/* ------------------ */ | /* ------------------ */ | ||
.home-section { | .home-section { | ||
margin: 0 0 | margin: 0 0 24px 0; | ||
} | } | ||
| Line 185: | Line 185: | ||
width: 100%; | width: 100%; | ||
align-items: start; | align-items: start; | ||
margin-bottom: | margin-bottom: 8px; | ||
} | } | ||
.grid-four .grid-item { | .grid-four .grid-item { | ||
display: | display: grid; | ||
grid-template-rows: 72px auto 1fr; | |||
align-items: | align-items: start; | ||
min-width: 0; | min-width: 0; | ||
} | } | ||
| Line 197: | Line 197: | ||
.grid-four .grid-title { | .grid-four .grid-title { | ||
font-weight: bold; | font-weight: bold; | ||
font-size: | font-size: 28px; | ||
line-height: 1.1; | line-height: 1.1; | ||
text-align: left; | text-align: left; | ||
margin: 0 0 | margin: 0 0 6px 0; | ||
height: 72px; | |||
display: flex; | |||
align-items: flex-start; | |||
min-width: 0; | min-width: 0; | ||
overflow-wrap: anywhere; | overflow-wrap: anywhere; | ||
| Line 214: | Line 217: | ||
.grid-four .grid-text { | .grid-four .grid-text { | ||
margin-top: | margin-top: 10px; | ||
font-size: 1. | font-size: 1.1em; | ||
line-height: 1. | line-height: 1.55; | ||
text-align: left; | text-align: left; | ||
min-width: 0; | min-width: 0; | ||
| Line 226: | Line 229: | ||
grid-template-columns: repeat(2, minmax(0, 1fr)); | grid-template-columns: repeat(2, minmax(0, 1fr)); | ||
gap: 20px; | gap: 20px; | ||
} | |||
.grid-four .grid-item { | |||
grid-template-rows: 64px auto 1fr; | |||
} | } | ||
.grid-four .grid-title { | .grid-four .grid-title { | ||
font-size: | font-size: 24px; | ||
height: 64px; | |||
margin: 0 0 6px 0; | |||
} | } | ||
} | } | ||