mirror of
				https://github.com/imfing/hextra.git
				synced 2025-11-04 00:04:53 -05:00 
			
		
		
		
	
		
			
	
	
		
			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 -}}
							 |