mirror of
				https://github.com/bartvdbraak/hellob.art.git
				synced 2025-10-31 12:19:10 +00:00 
			
		
		
		
	fix: remove full height for webkit compatibility
This commit is contained in:
		
							parent
							
								
									d204c27e70
								
							
						
					
					
						commit
						d0d7dafd12
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -6,7 +6,7 @@ | |||
| 	let { description, enhanced, logo, name, tagLine } = toolItem; | ||||
| </script> | ||||
| 
 | ||||
| <Card.Root class="mb-4 inline-block h-full w-full hover:bg-muted/50"> | ||||
| <Card.Root class="mb-4 inline-block hover:bg-muted/50"> | ||||
| 	<Card.Header class="flex flex-row items-center justify-between space-y-0 pb-1"> | ||||
| 		<div> | ||||
| 			<Card.Title tag="h2" class="text-2xl font-bold"> | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
| 	import tools from '$lib/content/tools'; | ||||
| </script> | ||||
| 
 | ||||
| <div class="columns-1 gap-4 md:columns-2 lg:columns-3"> | ||||
| <div class="w-full columns-1 gap-6 md:columns-2 lg:columns-3"> | ||||
| 	{#each tools as tool} | ||||
| 		<a href={tool.url} target="_blank"> | ||||
| 			<Tools.Item toolItem={tool} /> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue