fix. GR_CONTENTS_01 이미지 리스트 수정 반영
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user