mirror of
				https://github.com/bartvdbraak/hellob.art.git
				synced 2025-10-31 12:19:10 +00:00 
			
		
		
		
	fix: update page-header-description to center-align text
This commit is contained in:
		
							parent
							
								
									4ffd020ca6
								
							
						
					
					
						commit
						742f905aea
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -6,7 +6,10 @@ | |||
| 	export { className as class }; | ||||
| </script> | ||||
| 
 | ||||
| <p class={cn('max-w-[750px] text-lg text-muted-foreground sm:text-xl', className)} {...$$restProps}> | ||||
| <p | ||||
| 	class={cn('max-w-[750px] text-center text-lg text-muted-foreground sm:text-xl', className)} | ||||
| 	{...$$restProps} | ||||
| > | ||||
| 	<Balancer> | ||||
| 		<slot /> | ||||
| 	</Balancer> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue