docs-operation/css/fix.css
2024-08-14 10:01:24 +09:00

7 lines
115 B
CSS

/* flow_imgの中のimg要素に高さ指定を追加 */
.flow_img img {
height: 160mm;
margin: 0 auto;
}