margin tweak to keep list delimiters inside of slide box when text is long (#116)
This commit is contained in:
		@@ -129,7 +129,7 @@ body {
 | 
				
			|||||||
	display: inline-block;
 | 
						display: inline-block;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	text-align: left;
 | 
						text-align: left;
 | 
				
			||||||
	margin: 0 auto;
 | 
						margin: 0 0 0 1em;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.reveal ol {
 | 
					.reveal ol {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user