Difference between revisions of "Template:Flexbox"
IVSWikiBlue (talk | contribs) |
IVSWikiBlue (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style="display: flex;flex-wrap:wrap;gap:20px"> | <div style="display: flex;flex-wrap:wrap;gap:20px"> | ||
− | <div class="text-box" style="flex: 1;"> | + | <div class="text-box" style="flex: 1;flex-grow:{{{left_size|}}}"> |
{{{left|}}} | {{{left|}}} | ||
</div> | </div> | ||
− | <div> | + | <div style="flex-grow:{{{right_size|}}}"> |
{{{right|}}} | {{{right|}}} | ||
</div> | </div> | ||
</div> | </div> |