docs-operation/css/fix.css

7 lines
115 B
CSS
Raw Normal View History

2024-08-14 01:00:37 +00:00
/* flow_imgの中のimg要素に高さ指定を追加 */
.flow_img img {
2024-08-14 00:56:59 +00:00
height: 150mm;
2024-08-14 01:00:37 +00:00
margin: 0 auto;
2024-08-14 00:56:59 +00:00
}