You've already forked no-js-hugo-theme
							
							Changed the header background image from "100%" to "cover"
This commit is contained in:
		@@ -354,7 +354,7 @@ body {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.header {
 | 
					.header {
 | 
				
			||||||
	background-color: lightgray;
 | 
						background-color: lightgray;
 | 
				
			||||||
	background-size: 100%;
 | 
						background-size: cover;
 | 
				
			||||||
	background-position: bottom;
 | 
						background-position: bottom;
 | 
				
			||||||
	display: inline-block;
 | 
						display: inline-block;
 | 
				
			||||||
	z-index: 1; /* this prevents images with css filters from appearing above the header when in portrait mode */
 | 
						z-index: 1; /* this prevents images with css filters from appearing above the header when in portrait mode */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user