mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	🐛 Fixed content overflow on mobile
closes https://github.com/TryGhost/Casper/issues/464 - setting max-width of `kg-markdown-card` wrapper that is still used by non-Koenig posts
This commit is contained in:
		
				
					committed by
					
						
						Kevin Ansfield
					
				
			
			
				
	
			
			
			
						parent
						
							25d1e368d6
						
					
				
				
					commit
					f67caaba5c
				
			
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -1831,7 +1831,7 @@ Usage (In Ghost editor):
 | 
			
		||||
    display: flex;
 | 
			
		||||
    flex-direction: column;
 | 
			
		||||
    align-items: center;
 | 
			
		||||
    max-width: 920px;
 | 
			
		||||
    max-width: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.post-template .kg-card-markdown > p:first-child {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user