All checks were successful
Build And Test / build-and-push (push) Successful in 4m22s
8 lines
184 B
CSS
8 lines
184 B
CSS
/* 이미지가 div 크기 넘지 않도록 */
|
|
#post-content img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
display: block;
|
|
/*margin: 0 auto; (선택) 가운데 정렬 */
|
|
}
|
|
|