回答編集履歴

1

修正

2020/04/23 10:09

投稿

soliste16
soliste16

スコア757

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
 
12
12
 
13
- ```css
13
+ ```scss
14
14
 
15
15
  .text {
16
16
 
@@ -26,17 +26,17 @@
26
26
 
27
27
  text-indent: -1.5em;
28
28
 
29
- }
29
+ .small-figure {
30
30
 
31
- .text .small-figure {
31
+ font-size: 13px;
32
32
 
33
- font-size: 13px;
33
+ font-family: "Prompt", sans-serif;
34
34
 
35
- font-family: "Prompt", sans-serif;
35
+ font-weight: 400;
36
36
 
37
- font-weight: 400;
37
+ margin-right: 26px;
38
38
 
39
- margin-right: 26px;
39
+ }
40
40
 
41
41
  }
42
42