Difference between revisions of "Template:DragonTierListRowInfo"
Jump to navigation
Jump to search
>Discoomastar |
>Discoomastar |
||
| Line 5: | Line 5: | ||
} | } | ||
| + | /*desktop only*/ | ||
@media screen and (min-width: 650px) { | @media screen and (min-width: 650px) { | ||
| Line 21: | Line 22: | ||
} | } | ||
| + | /*mobile only*/ | ||
@media screen and (max-width: 649px) { | @media screen and (max-width: 649px) { | ||
| Line 33: | Line 35: | ||
width: 100%; | width: 100%; | ||
vertical-align: top; | vertical-align: top; | ||
| + | } | ||
| + | |||
| + | .dragonTLinfo { | ||
| + | width: 100%; | ||
} | } | ||