[Homepanel] 서브카테고리, 베스트 셀러 스타일변경

- flex:none추가
This commit is contained in:
junghoon86.park
2024-02-27 13:23:47 +09:00
parent d0130c0146
commit 153d7256a6
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
padding: 20px 60px 30px 60px;
display: flex;
> div {
flex: none;
margin-right: 18px;
&:last-child {
margin-right: 0;

View File

@@ -14,7 +14,7 @@
overflow-y: unset !important;
> div {
flex: 1 1 auto;
flex: none;
margin-right: 18px;
&:last-child {
margin-right: 0;