fix. GR_CONTENTS_01 모바일 이미지 대응
This commit is contained in:
@@ -70,9 +70,9 @@ const buttonListData = computed(() => {
|
||||
|
||||
<style scoped>
|
||||
.img-container {
|
||||
@apply flex flex-col items-center justify-center gap-4 box-content mx-auto mt-[32px]
|
||||
w-[440px]
|
||||
md:w-[944px];
|
||||
@apply flex flex-col items-center justify-center gap-4 box-content mx-auto mt-[32px] w-full
|
||||
max-w-[440px]
|
||||
md:max-w-[944px];
|
||||
}
|
||||
.img-item {
|
||||
@apply w-full;
|
||||
|
||||
Reference in New Issue
Block a user