[에너지 팝업 노출시 스타일 수정]

- 팝업 노출시 div가 생성되어 margin이 잡히는 문제때문에 수정.
This commit is contained in:
junghoon86.park
2025-11-12 09:32:55 +09:00
parent d4eec0b392
commit 200731888e
2 changed files with 2 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ export default function ItemContents({ onClick }) {
lastLabel=" go to detail, button"
data-wheel-point={index >= 5}
euEnrgLblInfos={euEnrgLblInfos}
className={css.itemCardNewCate}
/>
);
})}

View File

@@ -6,7 +6,7 @@
display: flex;
flex-wrap: wrap;
margin-top: 34px;
> div {
> div.itemCardNewCate {
margin: 0 15px 15px 0;
}
}