Skip to content

Commit 2684e2e

Browse files
committed
メディアクエリの構文の説明を修正
1 parent 234d3bd commit 2684e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ HTML要素は、それらが表示される際のデフォルトの振る舞い
424424

425425
```css
426426
@media (条件) {
427-
条件が真の場合に適用されるスタイル;
427+
/* 条件が真の場合に適用されるスタイル */
428428
}
429429
```
430430

0 commit comments

Comments
 (0)