🧡공부기록/기타

[그누보드] 팝업 레이어 반응형 css 코드

탱지 2023. 4. 26. 15:18
#hd_pop{ width: 100%; }
@media screen and (max-width: 700px) {
    .hd_pops_con{ max-width: 100%; height:auto !important; min-height: 200px; }
    .hd_pops{ max-width: 95%; left: 2.5% !important; height: auto !important; min-height: 200px;  }
}

그누보드 팝업창 반응형 css코드 입니다.