Difference between revisions of "Template:Grid"

From Mine Blocks Wiki
Jump to navigation Jump to search
If you find a typo, inconsistency, or error, please sign up and help out the wiki! We can't do it without your help! :D Thank you!

Line 1: Line 1:
<p class="article-grid" style="all: unset; display: flex; flex-flow: row wrap;">
+
<div class="article-grid" style="all: unset; display: flex; flex-flow: row wrap;">
 
{{#if: {{{1|}}} | <p class="artcle-grid__cell" style="all: unset; display: flex; flex-flow: column no-wrap;">{{{1}}}</p> }}
 
{{#if: {{{1|}}} | <p class="artcle-grid__cell" style="all: unset; display: flex; flex-flow: column no-wrap;">{{{1}}}</p> }}
 
{{#if: {{{2|}}} | <p class="artcle-grid__cell" style="all: unset; display: flex; flex-flow: column no-wrap;">{{{2}}}</p> }}
 
{{#if: {{{2|}}} | <p class="artcle-grid__cell" style="all: unset; display: flex; flex-flow: column no-wrap;">{{{2}}}</p> }}
Line 12: Line 12:
 
{{#if: {{{11|}}} | <p class="artcle-grid__cell" style="all: unset; display: flex; flex-flow: column no-wrap;">{{{11}}}</p> }}
 
{{#if: {{{11|}}} | <p class="artcle-grid__cell" style="all: unset; display: flex; flex-flow: column no-wrap;">{{{11}}}</p> }}
 
{{#if: {{{12|}}} | <p class="artcle-grid__cell" style="all: unset; display: flex; flex-flow: column no-wrap;">{{{12}}}</p> }}
 
{{#if: {{{12|}}} | <p class="artcle-grid__cell" style="all: unset; display: flex; flex-flow: column no-wrap;">{{{12}}}</p> }}
</p>
+
</div>

Revision as of 14:14, 6 July 2022