mirror of
				https://github.com/DerTyp7/explainegy-nextjs.git
				synced 2025-10-31 05:37:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			537 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			537 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| /* Tutorial Page */
 | |
| $tutorial-grid-sticky-top: 60px;
 | |
| $tutorial-content-table-width: 200px;
 | |
| $tutorial-sidebar-width: 200px;
 | |
| 
 | |
| $tutorial-breakpoint-1: 1200px;
 | |
| $tutorial-breakpoint-2: 1000px;
 | |
| $tutorial-breakpoint-3: 700px;
 | |
| 
 | |
| /* Footer */
 | |
| $footer-ad-container-width: 920px;
 | |
| $footer-ad-container-height: 90px;
 | |
| 
 | |
| $footer-breakpoint-1: 1270px;
 | |
| $footer-breakpoint-2: 950px;
 | |
| $footer-breakpoint-3: 800px;
 | |
| $footer-breakpoint-4: 440px;
 | |
| 
 | |
| /* Nav */
 | |
| $nav-breakpoint-1: 1040px;
 | |
| $nav-breakpoint-2: 820px;
 | |
| $nav-breakpoint-3: 500px;
 | |
| $nav-breakpoint-4: 400px;
 | 
