horizListFlex.less
389 Bytes
@charset "UTF-8";
.horiz-list-flex-box {
.title-box + .container-box {
margin-top: 30px;
}
.container-box {
display: flex;
justify-content: space-evenly;
align-items: center;
background-color: #ffffff;
margin: 0 auto;
padding: 25px 0 30px 0;
width: 690px;
height: auto;
border-radius: 12px;
}
}