fix. GR_CONTENTS_01 이미지 리스트 수정 반영

This commit is contained in:
clkim
2025-10-28 19:12:34 +09:00
parent 489d99d013
commit 43d3f9e5a9

View File

@@ -70,8 +70,11 @@ const buttonListData = computed(() => {
<style scoped>
.img-container {
@apply flex flex-wrap items-center justify-center gap-4 box-content mx-auto mt-[32px]
max-w-[688px] px-[20px]
md:max-w-[944px] md:px-[40px];
@apply flex flex-col items-center justify-center gap-4 box-content mx-auto mt-[32px]
w-[334px]
md:w-[944px];
}
.img-item {
@apply w-full;
}
</style>