Difference between revisions of "Template:CardInfo"
From A3! Wiki
m (→Card Stats) |
m (added @media css tag for cardinfobox & stat+adlib tables for inclusive resizing) |
||
Line 15: | Line 15: | ||
.tabs-plain > .tabs-container { | .tabs-plain > .tabs-container { | ||
margin-top: 0.6em; | margin-top: 0.6em; | ||
+ | } | ||
+ | |||
+ | @media(max-width: 768px) { | ||
+ | table.cardinfobox {width: 100%!important; max-width: inherit; margin-left: 0;} | ||
+ | .cardinfobox img {width: 100% !important;} | ||
+ | table.cardinfobox th img {width: max-content!important;} | ||
+ | table.stattable, table.adlibtable {width: 100%!important;} | ||
} | } | ||