Difference between revisions of "Template:CardInfo"
From A3! Wiki
m |
m (added @media for mobile in landscape) |
||
Line 22: | Line 22: | ||
table.cardinfobox th img {width: max-content !important;} | table.cardinfobox th img {width: max-content !important;} | ||
table.stattable, table.adlibtable {width: 100% !important;} | table.stattable, table.adlibtable {width: 100% !important;} | ||
+ | } | ||
+ | @media(orientation: landscape) { | ||
+ | table.cardinfobox {width: 25em !important; margin-left: 0;} | ||
+ | .cardinfobox img {width: 100% !important;} | ||
+ | table.cardinfobox th img {width: max-content!important;} | ||
} | } | ||