MediaWiki:Common.css: Difference between revisions
Cap story image height so tall photos do not dominate |
Center story figures and galleries |
||
| Line 488: | Line 488: | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
gap: 1em 1.25em; | gap: 1em 1.25em; | ||
margin: 0.75em | margin: 0.75em auto 1.25em; | ||
align-items: flex-start; | align-items: flex-start; | ||
justify-content: | justify-content: center; | ||
} | } | ||
.story-gallery-item { | .story-gallery-item { | ||
| Line 510: | Line 510: | ||
} | } | ||
.story-figure { | .story-figure { | ||
margin: 0.75em | margin: 0.75em auto 1.1em; | ||
text-align: center; | text-align: center; | ||
max-width: 22em; | max-width: 22em; | ||