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