【Eatventure】 運搬ペット カウンターの乗り越え お前そこ通って行くのかよ集
1 view
/* 枠全体 */
.norikoe {
display: flex !important;
flex-wrap: nowrap !important;
justify-content: flex-start !important;
gap: 2% !important;
width: 100% !important;
}
/* 中の各カラム(ここを49%か32%に書き換えるだけ) */
.norikoe > div {
width: 48% !imp...
.norikoe {
display: flex !important;
flex-wrap: nowrap !important;
justify-content: flex-start !important;
gap: 2% !important;
width: 100% !important;
}
/* 中の各カラム(ここを49%か32%に書き換えるだけ) */
.norikoe > div {
width: 48% !imp...
