7 lines
		
	
	
		
			164 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			164 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
$pageWidth: 750px;
 | 
						|
$mobileBreakpoint: 600px;
 | 
						|
$tabletBreakpoint: 1200px;
 | 
						|
$sidePanelWidth: 400px;
 | 
						|
$topSpacing: 6rem;
 | 
						|
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth
 |