fix. api 수정 반영, getImageHost 수정

This commit is contained in:
clkim
2025-11-04 10:16:24 +09:00
parent 9f1fbbeec1
commit 61b1ab2057
7 changed files with 21 additions and 18 deletions

View File

@@ -13,7 +13,7 @@
@apply overflow-hidden relative pt-[32px] pb-[80px] px-[20px] sm:px-[40px] md:pt-[64px] md:pb-[200px] bg-[#F0F0F0];
}
.section-static {
@apply mx-auto lg:max-w-[1300px];
@apply max-w-[1300px] mx-auto;
}
.section-static + .section-static {
@apply mt-[80px] md:mt-[100px];