Template:Generic cargo compact list/style.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 1: Line 1:
div.gccl-center-extra-cols > table > * > tr > td:not(:first-child) { text-align:center; }
div.gccl-center-extra-cols > table > * > tr > td:not(:first-child) { text-align:center; }
table div.gccl-flex {
div.generic-cargo-compact-list > table div.gccl-flex {
display: flex;
display: flex;
align-items: center;
align-items: center;
gap: 0 10px;
gap: 0 10px;
flex-wrap: wrap;
}
 
/* make icons centered break a line with links in the same column on mobile */
@media (max-width: 719px) {
div.generic-cargo-compact-list > table div.gccl-flex {
flex-wrap: wrap;
text-align: center;
}
}
}