質問編集履歴

2

情報追加

2022/11/03 11:04

投稿

obito
obito

スコア14

test CHANGED
File without changes
test CHANGED
@@ -15,7 +15,7 @@
15
15
 
16
16
  'sp': 'screen and (max-width: 599px)', //599px以下(スマホ)用の表示
17
17
  'tb': 'screen and (mix-width: 600px) and (max-width: 1024px)', //600~1024px(タブレット)用の表示
18
- 'pc': 'screen and (min-width: 1025px)' //768px以上(PC)用の表示
18
+ 'pc': 'screen and (min-width: 1025px)' //1025px以上(PC)用の表示
19
19
  ) !default;
20
20
 
21
21
  @mixin mq($breakpoint: sp) {

1

追加

2022/11/03 11:03

投稿

obito
obito

スコア14

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  ### 該当のソースコード
12
12
 
13
- ```ここに言語名を入力
13
+ ```css
14
14
  $breakpoints: (
15
15
 
16
16
  'sp': 'screen and (max-width: 599px)', //599px以下(スマホ)用の表示