틀:인터랙티브틀: 두 판 사이의 차이

새 문서: {{#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: 768px) {
@media screen and (max-width: {{{1}}}px) {
     .pc_template {
     .pc_template {
         display: none !important;
         display: none !important;
     }
     }
}
}
@media screen and (min-width: 768px) {
@media screen and (min-width: {{{1}}}px) {
     .mobile_template {
     .mobile_template {
         display: none !important;
         display: none !important;

2025년 1월 10일 (금) 17:45 판