Use a 50% border-radius on header image for consistency
This commit is contained in:
		@@ -122,7 +122,7 @@ nav ul li:after {
 | 
				
			|||||||
	text-align: center;
 | 
						text-align: center;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.header img {
 | 
					.header img {
 | 
				
			||||||
	border-radius: 3em;
 | 
						border-radius: 50%;
 | 
				
			||||||
	display: block;
 | 
						display: block;
 | 
				
			||||||
	margin: 0 auto 1em auto;
 | 
						margin: 0 auto 1em auto;
 | 
				
			||||||
	height: 6em;
 | 
						height: 6em;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user