「テンプレート:Boxmenu grid」の版間の差分
細 タグ変更 タグ: 差し戻し済み |
細 ※効果なかったので取り消し タグ: 取り消し |
||
1行目: | 1行目: | ||
< | <span class="desktop-only"><div style=" | ||
display: grid; | display: grid; | ||
grid-template-columns: {{{Desktop-columns|1fr 1fr 1fr}}}; | grid-template-columns: {{{Desktop-columns|1fr 1fr 1fr}}}; | ||
width: auto; | width: auto; | ||
margin: 3px; | margin: 3px; | ||
">{{{Boxmenu|}}}</div></ | ">{{{Boxmenu|}}}</div></span> | ||
< | <span class="mobile-only"><div style=" | ||
display: grid; | display: grid; | ||
grid-template-columns: {{{Mobile-columns|1fr 1fr}}}; | grid-template-columns: {{{Mobile-columns|1fr 1fr}}}; | ||
width: 100%; | width: 100%; | ||
margin: 3px; | margin: 3px; | ||
">{{{Boxmenu|}}}</div></ | ">{{{Boxmenu|}}}</div></span> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> |