No edit summary |
Tag: Undo |
||
Line 1: | Line 1: | ||
<div style="display: flex; flex- | <div style="display: flex; flex-direction: {{#ifeq: {{lc:{{{flip|}}}}}|yes|row-reverse;|row;}} flex-wrap: {{#ifeq: {{lc:{{{reverse|}}}}}|yes|wrap-reverse;|wrap;}}"> | ||
<div style="display: flex; flex-direction: column; flex:{{{flex1|7}}}; min-width: | <div style="display: flex; flex-direction: column; flex:{{{flex1|7}}}; min-width:300px;"> | ||
{{{content1|}}} | {{{content1|}}} | ||
</div> | </div> | ||
<div style="display: flex; flex-direction: column; flex:{{{flex2|3}}}; min-width: | <div style="display: flex; flex-direction: column; flex:{{{flex2|3}}}; min-width:300px;"> | ||
{{{content2|}}} | {{{content2|}}} | ||
</div> | </div> | ||
</div> | </div> |