butler_ddochi/_static/components/css/style.css
2025-04-09 23:53:14 +09:00

8 lines
184 B
CSS

/* 이미지가 div 크기 넘지 않도록 */
#post-content img {
max-width: 100%;
height: auto;
display: block;
/*margin: 0 auto; (선택) 가운데 정렬 */
}