mirror of
				https://github.com/DerTyp7/explainegy-nextjs.git
				synced 2025-10-30 21:27:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			90 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			90 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| .tutorial {
 | |
| 	display: grid;
 | |
| 	grid-template-columns: 0.5fr 1fr 0.5fr;
 | |
| 	column-gap: 10px;
 | |
| }
 | 
