Skip to content

Commit dd65319

Browse files
committed
font-weight: bold; の説明の文言を修正
1 parent fd75596 commit dd65319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/2-browser-apps/05-css-layout/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ body {
6767
}
6868

6969
.plan {
70-
font-weight: bold; /* フォントを太字にする */
70+
font-weight: bold; /* 太字にする */
7171
font-size: 24px;
7272
}
7373

@@ -532,7 +532,7 @@ header ul {
532532
}
533533

534534
#logo {
535-
font-weight: bold; /* フォントを太字にする */
535+
font-weight: bold; /* 太字にする */
536536
font-size: 24px;
537537
}
538538

0 commit comments

Comments
 (0)