mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	Fix extra padding in footer 70px -> 60px
- because of var(--gap) decrease - calc 10px less for mobile padding (24px - 14px = 10px)
This commit is contained in:
		| @@ -22,6 +22,11 @@ | ||||
|     .archive-year { | ||||
|         margin-top: 20px; | ||||
|     } | ||||
|  | ||||
|     /* footer */ | ||||
|     .footer { | ||||
|         padding: calc((var(--footer-height) - var(--gap) - 10px) / 2) var(--gap); | ||||
|     } | ||||
| } | ||||
|  | ||||
| @media screen and (min-width: 768px) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange