Difference between revisions of "Template:WpColumn list"
A fragment of the Garden of Remembering
(Created page with "{{#CSS: .wp-columnlist { display: flex; flex-flow: row wrap; } .wp-columnlist-item { min-width: 10em; padding-right: 2em; } @media screen and (max-width: 600px) { .wp-co...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
} | } | ||
.wp-columnlist-item { | .wp-columnlist-item { | ||
min-width: 10em; | min-width: {{{width|10em}}}; | ||
padding-right: 2em; | padding-right: 2em; | ||
flex 1 0%; | |||
} | } | ||
Line 15: | Line 16: | ||
} | } | ||
} | } | ||
}}<div class="wp-columnlist">{{{content|{{{1}}}}}}</div><noinclude> | |||
<pre> | |||
{{wpColumn list | |||
|content= | |||
|width= | |||
}} | }} | ||
</pre> | |||
Use {{tl|wpColumn list item}}s for the content. | |||
</noinclude> |