Template:TrainerPoké/styles.css
From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
@media all and (min-width:720px) { .trainer-poke { display: grid; grid-template-columns: minmax(min-content, 25%) 1fr; grid-template-areas: 'image header' 'image description' 'table description' ; } } @media all and (max-width:719px) { .trainer-poke { display: flex; flex-direction: column; flex-wrap: nowrap; clear: both; } } /* Override Minerva table styling */ .embedded-table { display: table; width: 100%; border-collapse: separate; margin: 0px; } /* <noinclude>[[Category:Table templates]]</noinclude> */