미디어위키:Citizen.css: 두 판 사이의 차이

6 바이트 추가됨 ,  2022년 4월 11일 (월)
편집 요약 없음
편집 요약 없음
편집 요약 없음
81번째 줄: 81번째 줄:
/* .mov_box > iframe  { display: block; width: 100%; height: 300px; } */
/* .mov_box > iframe  { display: block; width: 100%; height: 300px; } */
}
}
/* 목차 */
.toc { max-width: calc(var(--width-toc)); }


/* 팝업 목차 첫번째 항목 짤리는 문제 - 원래 margin: 45px 0 0 0 !important */
/* 팝업 목차 첫번째 항목 짤리는 문제 - 원래 margin: 45px 0 0 0 !important */
@media screen and (max-width: 1300px) {
@media screen and (max-width: 1300px) {
  /* .toc { max-width: calc(var(--width-toc)); } */
   .toc > ul { margin: 91px 0 0 0 !important; }
   .toc > ul { margin: 91px 0 0 0 !important; }
}
}