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