mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Fix horizontal scrolling caused by scaling on the subscribe CTA h2 (#765)
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
											
										
									
								
							@@ -1386,9 +1386,16 @@ Ghost editor. */
 | 
			
		||||
    background: var(--color-darkgrey);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Increases the default h2 size by 15%, for small and large screens */
 | 
			
		||||
.footer-cta h2 {
 | 
			
		||||
    margin: 0 0 30px;
 | 
			
		||||
    transform: scale(1.15);
 | 
			
		||||
    font-size: 3.2rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (max-width: 600px) {
 | 
			
		||||
    .footer-cta h2 {
 | 
			
		||||
        font-size: 2.65rem;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.footer-cta-button {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user