mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Updated hover animations
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -395,9 +395,9 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.post-card:hover {
 | 
			
		||||
    box-shadow: 0 0 1px rgba(39,44,49,0.10), 0 3px 16px rgba(39, 44, 49,0.07);
 | 
			
		||||
    transition: all 0.3s ease;
 | 
			
		||||
    transform: translate3D(0, -1px, 0);
 | 
			
		||||
    box-shadow: rgba(39,44,49,0.07) 8px 28px 50px, rgba(39, 44, 49, 0.04) 1px 6px 12px;
 | 
			
		||||
    transition: all 0.4s ease;
 | 
			
		||||
    transform: translate3D(0, -1px, 0) scale(1.02);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.post-card-image-link {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user