[에너지 팝업 노출시 스타일 수정]
- 팝업 노출시 div가 생성되어 margin이 잡히는 문제때문에 수정.
This commit is contained in:
@@ -79,6 +79,7 @@ export default function ItemContents({ onClick }) {
|
||||
lastLabel=" go to detail, button"
|
||||
data-wheel-point={index >= 5}
|
||||
euEnrgLblInfos={euEnrgLblInfos}
|
||||
className={css.itemCardNewCate}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 34px;
|
||||
> div {
|
||||
> div.itemCardNewCate {
|
||||
margin: 0 15px 15px 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user