Template:NotableWrap

From Dragalia Lost Wiki
Revision as of 00:14, 12 May 2019 by >Discoomastar (Created page with "{{#css: .notable-wrap { box-sizing: border-box; } .notable-wrap { display: flex; flex-wrap: wrap; } →‎desktop: @media screen and (min-width: 1000px) { .notable-wrap > .not...")
Jump to navigation Jump to search

{{#css:

.notable-wrap { box-sizing: border-box; }

.notable-wrap { display: flex; flex-wrap: wrap; }

/*desktop*/ @media screen and (min-width: 1000px) { .notable-wrap > .notable { width: 350px; } }

/*mobile*/ @media screen and (max-width: 999px) { .notable-wrap > .notable { width: 100%; } }

}}

{{{notables}}}