w:c:strategywiki>Prod (Created page with "t_colbox { display: flex; flex-wrap: wrap; align-items: stretch; align-content: space-between; } t_col { flex: 1 0 0; min-width: 150px; }") |
m (3 revisions imported: Imported from https://strategywiki.org/) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
t_colbox { | .t_colbox { | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
Line 6: | Line 6: | ||
} | } | ||
t_col { | .t_col { | ||
flex: 1 0 0; | flex: 1 0 0; | ||
min-width: 150px; | min-width: 150px; | ||
} | } |