편집 요약 없음 |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
{{#css: | {{#css: | ||
@media screen and (max-width: {{{1}}}px) { | @media screen and (max-width: {{{1}}}px) { | ||
.pc_template { | .pc_template{{{2|}}} { | ||
display: none !important; | display: none !important; | ||
} | } | ||
} | } | ||
@media screen and (min-width: {{{1}}}px) { | @media screen and (min-width: {{{1}}}px) { | ||
.mobile_template { | .mobile_template{{{2|}}} { | ||
display: none !important; | display: none !important; | ||
} | } | ||
} | } | ||
}} | }} |