微修正CSS追加

This commit is contained in:
rca 2024-08-24 14:52:10 +09:00
parent 583567a79c
commit 9eedf191e5

26
css/fix.css Normal file
View File

@ -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;
}