mirror of
				https://github.com/r-freeman/portfolio.git
				synced 2025-10-30 23:31:11 +00:00 
			
		
		
		
	Updated CardGroup styling
This commit is contained in:
		
							parent
							
								
									4f435d613d
								
							
						
					
					
						commit
						5ea298b05a
					
				| @ -10,10 +10,10 @@ export function CardGroup({title, children}: CardGroupProps) { | ||||
| 
 | ||||
|     return ( | ||||
|         <section aria-labelledby={id}> | ||||
|             <h2 id={id} className="text-sm font-semibold text-zinc-800 dark:text-zinc-100 mb-8">{title}</h2> | ||||
|             <h2 id={id} className="text-sm font-semibold text-zinc-800 dark:text-zinc-100">{title}</h2> | ||||
|             <ul | ||||
|                 role="list" | ||||
|                 className="grid grid-cols-1 gap-x-12 gap-y-16 sm:grid-cols-2 lg:grid-cols-3 mb-16" | ||||
|                 className="grid grid-cols-1 gap-x-12 gap-y-16 sm:grid-cols-2 lg:grid-cols-3 mt-8 mb-16" | ||||
|             > | ||||
|                 {children} | ||||
|             </ul> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user