반응형

스마트폰 어플 0

아직 작성하신 글이 없어요.
반응형
/* 본문 너비 넓히기 + 반응형 */ #content, .content, .article, .wrap_content, .inner, .container, #wrap { width: 95% !important; max-width: 1100px !important; margin: 0 auto !important; box-sizing: border-box; padding: 0 20px !important; } /* 본문 내용 스타일 */ .post-content, .article-content, .entry-content, .tt_article_useless_p_margin { line-height: 1.8; font-size: 17px; word-break: keep-all; } /* 모바일 대응 */ @media screen and (max-width: 768px) { #content, .content, .article, .wrap_content, .inner, .container, #wrap { width: 100% !important; padding: 0 15px !important; } }