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

6 바이트 추가됨 ,  2022년 4월 9일 (토)
편집 요약 없음
편집 요약 없음
편집 요약 없음
84번째 줄: 84번째 줄:
/* 팝업 목차 첫번째 항목 짤리는 문제 - 원래 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 { max-width: calc(var(--width-toc)); } */
   .toc > ul { margin: 91px 0 0 0 !important; }
   .toc > ul { margin: 91px 0 0 0 !important; }
}
}