Template:2 Column Flex: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<div style="display: flex; flex-wrap: {{#ifeq: {{lc:{{{reverse|yes}}}}}|yes|wrap;|wrap-reverse;}} flex-direction: {{#ifeq: {{lc:{{{row-reverse|yes}}}}}|yes|row;|row-reverse;}}">
<div style="display: flex; flex-wrap: {{#ifeq: {{lc:{{{reverse|yes}}}}}|yes|wrap-reverse;|wrap;}} flex-direction: {{#ifeq: {{lc:{{{row-reverse|yes}}}}}|yes|row-reverse;|row;}}">
<div style="display: flex; flex-direction: column; flex:{{{flex1|7}}}; min-width:300px;">
<div style="display: flex; flex-direction: column; flex:{{{flex1|7}}}; min-width:300px;">
{{{content1|}}}
{{{content1|}}}

Revision as of 20:31, 14 September 2021