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

편집 요약 없음
이쩌모 (토론 | 기여)
편집 요약 없음
 
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;
     }
     }
}
}
}}
}}

2025년 1월 11일 (토) 11:28 기준 최신판