Skip to content

Commit d5d1551

Browse files
committed
style: 모바일 반응형 텍스트 수정
1 parent f9eabd5 commit d5d1551

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

mosu-app/src/pages/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export default function Home() {
3737
examVenues={[
3838
{ location: "대치", schoolName: "대치중학교" },
3939
{ location: "목동", schoolName: "목운중학교" },
40-
{ location: "목동", schoolName: "신서중학교" },
4140
{ location: "대치", schoolName: "개원중학교" },
4241
{ location: "목동", schoolName: "문래중학교" },
4342
{ location: "노원", schoolName: "온곡중학교" },

mosu-app/src/widgets/home/SolutionSection.tsx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,10 @@ export const SolutionSectionUnderMobile = () => {
204204
</h1>
205205

206206
<p className={styles.solution_section__mobile__description} ref={descriptionRef}>
207-
<span>모수는 학원에서 시행하는 흔한</span>
208-
<span>전과목 FULL-모의고사가 아닙니다.</span>
209-
<span>모수는 수험생이 과목별로 원하는 모의고사를</span>
210-
<span>직접 가져와 실제 수능장에서 응시합니다.</span>
211-
</p>
212-
213-
<p className={styles.solution_section__mobile__example} ref={exampleRef}>
214-
예) 국어 - 이감 / 수학 - 킬캠 / 영어 - EBS / 탐구 - 평가원 모의고사 등
207+
<span>모수는 두 가지 방식으로 진행됩니다.</span>
208+
<span>① 각자가 원하는 개인 시험지를 직접 지참하는 방식</span>
209+
<span>② 시대인재 서바이벌 프로 또는 대성 더 프리미엄을 옵션으로 추가해 배부받는 방식</span>
210+
<span>이 모든 응시는 실제 수능장 환경에서 진행됩니다.</span>
215211
</p>
216212
</div>
217213
</div>

0 commit comments

Comments
 (0)