[Homepanel] 서브카테고리, 베스트 셀러 스타일변경
- flex:none추가
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
padding: 20px 60px 30px 60px;
|
||||
display: flex;
|
||||
> div {
|
||||
flex: none;
|
||||
margin-right: 18px;
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
overflow-y: unset !important;
|
||||
|
||||
> div {
|
||||
flex: 1 1 auto;
|
||||
flex: none;
|
||||
margin-right: 18px;
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
|
||||
Reference in New Issue
Block a user