Difference between revisions of "Template:Flexbox - Basis"

From IVS Wiki
Jump to: navigation, search
(Created page with "<div style="display: flex; flex-wrap: wrap; gap: 20px;"> <div class="text-box" style="flex-grow: {{{left_size|1}}}; flex-basis: 0; min-width: 0;"> {{{left|}}} </div>...")
 
Line 1: Line 1:
<div style="display: flex; flex-wrap: wrap; gap: 20px;">
+
<div style="display: flex; flex-wrap: wrap; gap: {{{gap|10x}}};">
 
   <div class="text-box" style="flex-grow: {{{left_size|1}}}; flex-basis: 0; min-width: 0;">
 
   <div class="text-box" style="flex-grow: {{{left_size|1}}}; flex-basis: 0; min-width: 0;">
 
     {{{left|}}}
 
     {{{left|}}}

Revision as of 10:11, 10 April 2025