Fix line-height in headings
This commit is contained in:
		@@ -105,7 +105,10 @@ aside {
 | 
				
			|||||||
main {
 | 
					main {
 | 
				
			||||||
	margin-bottom: 5rem;
 | 
						margin-bottom: 5rem;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	h2, h3, h4, h5, h6 { margin-top: 2.5em }
 | 
						h1, h2, h3, h4, h5, h6 {
 | 
				
			||||||
 | 
							margin-top: 2.5em;
 | 
				
			||||||
 | 
							line-height: 1;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	article h2 { margin-top: 1em }
 | 
						article h2 { margin-top: 1em }
 | 
				
			||||||
	article h2 a { color: inherit }
 | 
						article h2 a { color: inherit }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user