본문 바로가기
티스토리

티스토리 #1 스킨 본문 넓이 조정

by ÐłАМØПÐ 2022. 2. 14.

티스토리 기본 스킨중 #1 스킨의 본문 넓이를 기존 820에서 680 정도로 수정했습니다.
정보가 필요하신분은 참고하시기 바랍니다.

  • 29번 줄 근처 : .article_skin{width:820px;margin:0 auto}
  • 94번 줄 근처 : .wrap_etc .inner_aside{overflow:hidden;width:820px;margin:0 auto}
  • 230번 줄 근처 : .area_reply .tf_reply{width:820px;height:102px;padding:13px 15px 10px;border:1px solid #eee;font-size:12px;resize:none;box-sizing:border-box}
  • 300번 줄 근처 : @media only screen and (max-width:820px) {
  • 500번 줄 근처 : only screen and (max-width:820px) and (-webkit-min-device-pixel-ratio: 1.5),
  • 500번 줄 근처 : only screen and (max-width:820px) and (min-device-pixel-ratio: 1.5),
  • 500번 줄 근처 : only screen and (max-width:820px) and (min-resolution: 1.5dppx) {