Difference between revisions of "Template:CardInfo"
From A3! Wiki
m (added @media for mobile in landscape) |
m (div.toc to split toc in mobile landscape mode) |
||
Line 24: | Line 24: | ||
} | } | ||
@media(orientation: landscape) { | @media(orientation: landscape) { | ||
− | table.cardinfobox {width: | + | table.cardinfobox {width: 40vw !important; margin-left: 1rem!important;} |
+ | .rootpage-Cards div.toc {width: 10vw !important;} | ||
.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;} |
} | } | ||