MichaelOToole
Well-known member
Header logo image is stretch breaking header, possible fix is to add height: 100px; to logo css
	
	
	
		
	
		
			
		
		
	
				
			
		Code:
	
	.p-header-logo.p-header-logo--image img {
  vertical-align: bottom;
  max-width: 100%;
  height: 100px;
}