From 9eedf191e5baf0da7375f1ce396b48579f24f69d Mon Sep 17 00:00:00 2001 From: rca Date: Sat, 24 Aug 2024 14:52:10 +0900 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=AE=E6=AD=A3CSS=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/fix.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 css/fix.css diff --git a/css/fix.css b/css/fix.css new file mode 100644 index 0000000..715e887 --- /dev/null +++ b/css/fix.css @@ -0,0 +1,26 @@ +/* flow_imgの中のimg要素に高さ指定を追加 */ +.flow_img img { + height: 160mm; + margin: 0 auto; +} + +/* スクショimg要素を中央揃え横並びで表示させる*/ +.ss_img { + display: flex; + justify-content: center; + align-items: center; + flex-wrap: wrap; + margin: 0 auto; + width: 100%; + max-width: 100%; + padding: 0; + list-style: none; + text-align: center; + margin-top: 10px; + margin-bottom: 10px; +} +.ss_img img { + height: 100mm; + margin: 0 auto; +} +