fix style
This commit is contained in:
		@@ -5,12 +5,12 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    // 省略を表す影を付けるやつ
 | 
					    // 省略を表す影を付けるやつ
 | 
				
			||||||
    &::before {
 | 
					    &::before {
 | 
				
			||||||
      content: '';
 | 
					      position: absolute;
 | 
				
			||||||
 | 
					      top: 0;
 | 
				
			||||||
 | 
					      left: 0;
 | 
				
			||||||
      width: 100%;
 | 
					      width: 100%;
 | 
				
			||||||
      height: 100%;
 | 
					      height: 100%;
 | 
				
			||||||
      position: absolute;
 | 
					      content: '';
 | 
				
			||||||
      left: 0;
 | 
					 | 
				
			||||||
      top: 0;
 | 
					 | 
				
			||||||
      background: linear-gradient(transparent 320px, white);
 | 
					      background: linear-gradient(transparent 320px, white);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user