File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const t = useTranslations(lang);
2020 <main >
2121 <div class =" content" >
2222 <div class =" information" >
23- { t (" about.quote" )} <br />
23+ < span class = " quote " > { t (" about.quote" )} </ span > <br />
2424 <span class =" subspan" >{ t (" about.quote.description" )} </span >
2525 </div >
2626
@@ -35,11 +35,11 @@ const t = useTranslations(lang);
3535
3636 <div class =" section" >
3737 <div class =" information linefeed" >{ t (" about.explain.study" )} </div >
38- <span class =" information" >{ t (" about.explain.study.sub" )} </span >
38+ <span class =" information subspan " >{ t (" about.explain.study.sub" )} </span >
3939 <div class =" information linefeed" >{ t (" about.explain.mountain" )} </div >
40- <span class =" information" >{ t (" about.explain.mountain.sub" )} </span >
40+ <span class =" information subspan " >{ t (" about.explain.mountain.sub" )} </span >
4141 <div class =" information linefeed" >{ t (" about.explain.humanity" )} </div >
42- <span class =" information" >{ t (" about.explain.humanity.sub" )} </span >
42+ <span class =" information subspan " >{ t (" about.explain.humanity.sub" )} </span >
4343 </div >
4444
4545 <div class =" section" >
@@ -64,6 +64,7 @@ const t = useTranslations(lang);
6464 @media only screen and (max-width: 700px) {
6565 margin: 0.9em auto 2em;
6666 padding: 0 0.9em;
67+ font-size: 0.9em;
6768 }
6869 }
6970
@@ -97,19 +98,28 @@ const t = useTranslations(lang);
9798 }
9899
99100 span {
100- font-weight: 100;
101+ font-weight: 400;
102+ }
103+
104+ .quote {
105+ font-weight: 500;
101106 }
102107
103108 .information {
104109 margin-top: 0.4em;
105110 line-height: 1.4em;
111+ font-weight: 600;
106112
107113 @media only screen and (max-width: 490px) {
108114 margin-top: 0.2em;
109115 white-space: pre-wrap; /* 줄바꿈 문자(\n)를 렌더링하게 함 */
110116 }
111117 }
112118
119+ .information.subspan {
120+ font-weight: 400;
121+ }
122+
113123 .section {
114124 margin-top: 1.6em;
115125 }
You can’t perform that action at this time.
0 commit comments