mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-03 23:59:49 +00:00 
			
		
		
		
	Fixed cards not having space below
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
											
										
									
								
							@@ -1541,11 +1541,9 @@ make sure they look good, and are given a bit of extra spacing. */
 | 
				
			|||||||
except for when immediately preceeded by a heading */
 | 
					except for when immediately preceeded by a heading */
 | 
				
			||||||
.gh-content :not(.kg-card):not([id]) + .kg-card {
 | 
					.gh-content :not(.kg-card):not([id]) + .kg-card {
 | 
				
			||||||
    margin-top: 6vmin;
 | 
					    margin-top: 6vmin;
 | 
				
			||||||
    margin-bottom: 0;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.gh-content .kg-card + :not(.kg-card) {
 | 
					.gh-content .kg-card + :not(.kg-card) {
 | 
				
			||||||
    margin-top: 6vmin;
 | 
					    margin-top: 6vmin;
 | 
				
			||||||
    margin-bottom: 0;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* This keeps small embeds centered */
 | 
					/* This keeps small embeds centered */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user