mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	fix: cover image in Normal Mode
fixes: https://github.com/adityatelange/hugo-PaperMod/issues/1
This commit is contained in:
		| @@ -5,13 +5,14 @@ | |||||||
|     display: flex; |     display: flex; | ||||||
|     flex-direction: column; |     flex-direction: column; | ||||||
|     justify-content: center; |     justify-content: center; | ||||||
|     height: 320px; |     min-height: 320px; | ||||||
|     margin-bottom: var(--gap); |     margin-bottom: calc( var(--gap) * 2); | ||||||
|  |     margin-top: var(--gap); | ||||||
| } | } | ||||||
|  |  | ||||||
| @media screen and (max-width: 600px) { | @media screen and (max-width: 600px) { | ||||||
|     .first-entry { |     .first-entry { | ||||||
|         height: 260px; |         min-height: 260px; | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange