Template:Generic cargo compact list/style.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 11: | Line 11: | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
text-align: center; | text-align: center; | ||
} | |||
div.generic-cargo-compact-list > table div.gccl-flex > * { | |||
flex-basis: 100%; | |||
} | } | ||
} | } | ||
Revision as of 06:28, 28 February 2026
div.gccl-center-extra-cols > table > * > tr > td:not(:first-child) { text-align:center; }
div.generic-cargo-compact-list > table div.gccl-flex {
display: flex;
align-items: center;
gap: 0 10px;
}
/* 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;
}
div.generic-cargo-compact-list > table div.gccl-flex > * {
flex-basis: 100%;
}
}