fix. GR_CONTENTS_01 이미지 리스트 수정 반영
This commit is contained in:
@@ -70,8 +70,11 @@ const buttonListData = computed(() => {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.img-container {
|
.img-container {
|
||||||
@apply flex flex-wrap items-center justify-center gap-4 box-content mx-auto mt-[32px]
|
@apply flex flex-col items-center justify-center gap-4 box-content mx-auto mt-[32px]
|
||||||
max-w-[688px] px-[20px]
|
w-[334px]
|
||||||
md:max-w-[944px] md:px-[40px];
|
md:w-[944px];
|
||||||
|
}
|
||||||
|
.img-item {
|
||||||
|
@apply w-full;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user