fix. 다국어 dataResourcesUrl경로 env로 수정

This commit is contained in:
clkim
2025-11-03 11:17:27 +09:00
parent 77e0724c2b
commit 4847db48c6
8 changed files with 16 additions and 10 deletions

View File

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