Difference between revisions of "Template:CardInfo"
From A3! Wiki
m (added @media css tag for cardinfobox & stat+adlib tables for inclusive resizing) |
m |
||
Line 18: | Line 18: | ||
@media(max-width: 768px) { | @media(max-width: 768px) { | ||
− | table.cardinfobox {width: 100%!important; max-width: inherit; margin-left: 0;} | + | table.cardinfobox {width: 100% !important; max-width: inherit; margin-left: 0;} |
.cardinfobox img {width: 100% !important;} | .cardinfobox img {width: 100% !important;} | ||
− | 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;} |
} | } | ||