|  | @@ -92,9 +92,11 @@ export default {
 | 
	
		
			
				|  |  |      transform-style: preserve-3d;
 | 
	
		
			
				|  |  |      perspective: 1000px;
 | 
	
		
			
				|  |  |      perspective-origin: 30% 30%;
 | 
	
		
			
				|  |  | -    display: grid;
 | 
	
		
			
				|  |  | +    /* display: grid;
 | 
	
		
			
				|  |  |      grid-template-columns: repeat(5, 20%);
 | 
	
		
			
				|  |  | -    grid-template-rows: repeat(5, 20%);
 | 
	
		
			
				|  |  | +    grid-template-rows: repeat(5, 20%); */
 | 
	
		
			
				|  |  | +    display: flex;
 | 
	
		
			
				|  |  | +    flex-wrap: wrap;
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |    .item {
 | 
	
		
			
				|  |  |      width: 20vw;
 |