Difference between revisions of "Template:NotableWrap"
Jump to navigation
Jump to search
>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...") |
>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...") |
(No difference)
| |
Revision as of 00:14, 12 May 2019
{{#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}}}