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

21 바이트 추가됨 ,  2021년 5월 26일 (수)
편집 요약 없음
편집 요약 없음
편집 요약 없음
2번째 줄: 2번째 줄:


/* 본문 div 박스 안에 이미지 사이즈 조절 */
/* 본문 div 박스 안에 이미지 사이즈 조절 */
.img_box { width: 400px; text-align: center; margin-top: 10px; margin-left: auto; margin-right: auto; font-size: 90%; }
.img_box { width: 400px; text-align: center; margin-top: 20px; margin-bottom: 20px; margin-left: auto; margin-right: auto; font-size: 90%; }
.img_box > img { object-fit: cover; width: 100%; }
.img_box > img { object-fit: cover; width: 100%; }
/* img { object-fit: cover; width: 100%; } */
/* img { object-fit: cover; width: 100%; } */