mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-03 23:59:49 +00:00 
			
		
		
		
	Added grid to full width cards with wide content
Refs https://github.com/TryGhost/Team/issues/3459
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
											
										
									
								
							@@ -1295,7 +1295,8 @@ html.no-infinite-scroll .pagination {
 | 
			
		||||
is laid out on top of. Canvas just defines the grid, we don't
 | 
			
		||||
use it for applying any other styles. */
 | 
			
		||||
 | 
			
		||||
.gh-canvas {
 | 
			
		||||
.gh-canvas,
 | 
			
		||||
.kg-width-full.kg-content-wide {
 | 
			
		||||
    --gap: max(4vmin, 20px);
 | 
			
		||||
    --main: min(var(--content-width, 720px), 100% - var(--gap) * 2);
 | 
			
		||||
    --wide: minmax(0, calc((var(--container-width, 1200px) - var(--content-width, 720px)) / 2));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user