Altered 'ol' element padding to not clip numbering
Allows usage to 3-digits now Closes #204
This commit is contained in:
		
							parent
							
								
									6329a1842a
								
							
						
					
					
						commit
						5cfb7b8de4
					
				| 
						 | 
				
			
			@ -252,7 +252,7 @@ ul {
 | 
			
		|||
 | 
			
		||||
ol {
 | 
			
		||||
  list-style: decimal;
 | 
			
		||||
  padding-left: $-m * 1.3;
 | 
			
		||||
  padding-left: $-m * 2;
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue