mirror of
				https://github.com/imfing/hextra.git
				synced 2025-10-30 23:10:14 -04:00 
			
		
		
		
	 eca7665571
			
		
	
	eca7665571
	
	
	
		
			
			* fix(page-width): add back page width override via css variable * refactor(css): update CSS variable references for site parameters
		
			
				
	
	
		
			8 lines
		
	
	
		
			163 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			163 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{- with .Params.width -}}
 | |
| <style>
 | |
| :root {
 | |
|   --hextra-max-page-width: {{ cond (eq . "wide") "90rem" (cond (eq . "full") "100%" "80rem") }};
 | |
| }
 | |
| </style>
 | |
| {{- end -}}
 |