Difference between revisions of "Widget:Template/SecondaryEventsMP/css"
Jump to navigation
Jump to search
>Eave m (allow height of secondary event images to but automatically adjusted to scale with width) |
>Eave (using letterboxing to un-squish images instead) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude>[[Category:Widget Template CSS]]</noinclude><includeonly><style> | <noinclude>[[Category:Widget Template CSS]]</noinclude><includeonly><style> | ||
/** [[Template:SecondaryEventsMP]] **/ | /** [[Template:SecondaryEventsMP]] **/ | ||
| + | .SecondaryEventsMP > a { | ||
| + | align-items: center; | ||
| + | background: black; | ||
| + | display: flex; | ||
| + | height: 158px; | ||
| + | } | ||
@media screen and (min-width: 550px) { | @media screen and (min-width: 550px) { | ||
.SecondaryEventsMP img { | .SecondaryEventsMP img { | ||