fix. 오탈자 수정, 불필요한 함수 제거, 디자인 가이드 적용

This commit is contained in:
clkim
2025-11-03 15:49:19 +09:00
parent 07ed203c06
commit 4487d2e34f
11 changed files with 12 additions and 57 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 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];