Common.css: 두 판 사이의 차이
CABAL WIKI
(문서를 비움) 태그: 비우기 수동 되돌리기 |
편집 요약 없음 태그: 되돌려진 기여 |
||
1번째 줄: | 1번째 줄: | ||
@media screen and (max-width: 768px) { | |||
/* 이 안의 CSS는 '모바일 화면'에서만 적용됨 */ | |||
#toc { | |||
float: none !important; | |||
width: 100% !important; | |||
margin: 0 auto; | |||
} | |||
.mw-parser-output { | |||
padding: 10px !important; | |||
} | |||
.navbox, .wikitable, .thumb { | |||
width: 100% !important; | |||
overflow-x: auto; | |||
display: block; | |||
} | |||
/* 글자 너무 커서 줄이기 */ | |||
body { | |||
font-size: 14px !important; | |||
} | |||
/* 너무 붙은 제목 여백 늘리기 */ | |||
h2, h3 { | |||
margin-top: 1.5em; | |||
margin-bottom: 0.5em; | |||
} |
2025년 7월 25일 (금) 05:07 판
@media screen and (max-width: 768px) { /* 이 안의 CSS는 '모바일 화면'에서만 적용됨 */ #toc { float: none !important; width: 100% !important; margin: 0 auto; } .mw-parser-output { padding: 10px !important; } .navbox, .wikitable, .thumb { width: 100% !important; overflow-x: auto; display: block; } /* 글자 너무 커서 줄이기 */ body { font-size: 14px !important; } /* 너무 붙은 제목 여백 늘리기 */ h2, h3 { margin-top: 1.5em; margin-bottom: 0.5em; }