forked from HEL/chronos
		
	added max-width param to _col
This commit is contained in:
		@@ -19,14 +19,15 @@
 | 
			
		||||
  ),)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#let _col(p1, p2, width: auto, margin: 0, min-width: 0) = {
 | 
			
		||||
#let _col(p1, p2, width: auto, margin: 0, min-width: 0, max-width: none) = {
 | 
			
		||||
  return ((
 | 
			
		||||
    type: "col",
 | 
			
		||||
    p1: p1,
 | 
			
		||||
    p2: p2,
 | 
			
		||||
    width: width,
 | 
			
		||||
    margin: margin,
 | 
			
		||||
    min-width: min-width
 | 
			
		||||
    min-width: min-width,
 | 
			
		||||
    max-width: max-width
 | 
			
		||||
  ),)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user