回答編集履歴
1
修正
    
        answer	
    CHANGED
    
    | 
         @@ -4,7 +4,7 @@ 
     | 
|
| 
       4 
4 
     | 
    
         
             
            <h5 class="text"><span class="smallfigure">10 </span>STUDY<br>ENGLISH</h5>
         
     | 
| 
       5 
5 
     | 
    
         
             
            ```
         
     | 
| 
       6 
6 
     | 
    
         | 
| 
       7 
     | 
    
         
            -
            ``` 
     | 
| 
      
 7 
     | 
    
         
            +
            ```scss
         
     | 
| 
       8 
8 
     | 
    
         
             
            .text {
         
     | 
| 
       9 
9 
     | 
    
         
             
              font-size: 13px;
         
     | 
| 
       10 
10 
     | 
    
         
             
              font-family: "Prompt", sans-serif;
         
     | 
| 
         @@ -12,11 +12,11 @@ 
     | 
|
| 
       12 
12 
     | 
    
         
             
              width: 220px;
         
     | 
| 
       13 
13 
     | 
    
         
             
              padding-left: 1.5em;
         
     | 
| 
       14 
14 
     | 
    
         
             
              text-indent: -1.5em;
         
     | 
| 
      
 15 
     | 
    
         
            +
              .small-figure {
         
     | 
| 
      
 16 
     | 
    
         
            +
                font-size: 13px;
         
     | 
| 
      
 17 
     | 
    
         
            +
                font-family: "Prompt", sans-serif;
         
     | 
| 
      
 18 
     | 
    
         
            +
                font-weight: 400;
         
     | 
| 
      
 19 
     | 
    
         
            +
                margin-right: 26px;
         
     | 
| 
      
 20 
     | 
    
         
            +
              }
         
     | 
| 
       15 
21 
     | 
    
         
             
            }
         
     | 
| 
       16 
     | 
    
         
            -
            .text .small-figure {
         
     | 
| 
       17 
     | 
    
         
            -
              font-size: 13px;
         
     | 
| 
       18 
     | 
    
         
            -
              font-family: "Prompt", sans-serif;
         
     | 
| 
       19 
     | 
    
         
            -
              font-weight: 400;
         
     | 
| 
       20 
     | 
    
         
            -
              margin-right: 26px;
         
     | 
| 
       21 
     | 
    
         
            -
            }
         
     | 
| 
       22 
22 
     | 
    
         
             
            ```
         
     |