Difference between revisions of "Widget:Template/SummonShowcaseMP/css"
Jump to navigation
Jump to search
>Canim44 (Creating Widget:Template/SummonShowcaseMP/css) |
>Eave (on larger screen sizes, limit by height rather than width (due to changed banner width)) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 3: | Line 3: | ||
@media screen and (min-width: 450px) { | @media screen and (min-width: 450px) { | ||
.SummonShowcaseMP img { | .SummonShowcaseMP img { | ||
| − | width: | + | width: auto; |
| − | height: | + | height: 50px; |
} | } | ||
} | } | ||